
Sign up to save your podcasts
Or
Every programming language has a set of standards prescribing how variable names, function names, class names, and so forth should be structured. For variable names, COBOL uses hyphens (-) and Pascal uses PascalCase. Some languages use camelCase and some use snake_case.
Today I'm tell my story about being bitten by snake_case.
5
11 ratings
Every programming language has a set of standards prescribing how variable names, function names, class names, and so forth should be structured. For variable names, COBOL uses hyphens (-) and Pascal uses PascalCase. Some languages use camelCase and some use snake_case.
Today I'm tell my story about being bitten by snake_case.