Skip to content
View ruslan-butyk's full-sized avatar

Block or report ruslan-butyk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Core Coding Standard - Insomniac Gam... Core Coding Standard - Insomniac Games (https://web.archive.org/web/20170602083648/http://www.insomniacgames.com/core-coding-standard/)
    1
    # Core Coding Standard
    2
    
                  
    3
    Coding practices are a source of a lot of arguments among programmers. Coding standards, to some degree, help us to put certain questions to bed and resolve stylistic debates. No coding standard makes everyone happy. (And even their existence is sure to make some unhappy.) What follows are the standards we put together on the Core team, which have become the general coding standard for all programming teams on new code development. We’ve tried to balance the need for creating a common, recognizable and readable code base with not unduly burdening the programmer with minor code formatting concerns.
    4
    
                  
    5
    ## Table Of Contents