Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Best practices for code formatting on large projects [closed]

Is there a convention for memoization in a method call?

Should I make my private class methods static?

c# .net asp.net coding-style

setTimeout() with string or (anonymous) function reference? speedwise [closed]

strcat() vs sprintf()

c coding-style

Ruby on rails convention for naming date/time fields

Using spaces before and after the `=` sign of HTML element attribute

html coding-style

Lance Hunt's C# Coding Standards - enum confusion

c# .net coding-style

Alter elements of a list

python coding-style

usage of property vs getters/setters in business classes

PHPStorm switch statement 'break' indenting

Where are line breaks allowed within Haskell expressions?

haskell coding-style

When is it good to use std::pair?

c++ coding-style std-pair

How to name a dictionary?

Single letter words in camelCase, what is a standard for handling these?

c# coding-style camelcasing

Experimental research findings on white space (for language design and style guides)?

Defining properties and naming conventions in JavaScript

Games: Who is responsible for display?

Enforce Attribute Decoration of Classes/Methods

Structuring CSS (SASS, LESS) files by elements, by function and by media queries: 3D code structure? [closed]

css coding-style sass less