Search code examples
Reformatting to have method parameters in a new line...


objective-ccoding-styleappcode

Read More
How do I write a RGB color value in JavaScript?...


javascriptfunctioncoding-stylecolorsrgb

Read More
Naming convention for class of constants in C#: plural or singular?...


c#coding-stylenaming-conventions

Read More
Is there a good reason to use upper case for SQL keywords?...


sqlcoding-stylecapitalization

Read More
When is JavaScript's eval() not evil?...


javascriptcoding-styleeval

Read More
Best practice: ordering of public/protected/private within the class definition?...


oopcoding-styleclass-design

Read More
Ruby on rails convention for naming date/time fields...


ruby-on-railsruby-on-rails-3coding-stylenaming-conventions

Read More
What's the purpose of using braces (i.e. {}) for a single-line if or loop?...


c++ccoding-stylecurly-bracesdefensive-programming

Read More
Is it a bad practice writing long one-liner code?...


coding-style

Read More
How to manage multiple uses of a model in an application?...


.netentity-frameworkblazorcoding-stylecode-maintainability

Read More
Which comment style should I use in batch files?...


windowsbatch-filecoding-stylecomments

Read More
Advantages of std::for_each over for loop...


c++stlforeachcoding-style

Read More
How do you edit files over SSH?...


coding-styleeditorsshterminal

Read More
Indentation in Go: tabs or spaces?...


goformattingcoding-styleindentationgofmt

Read More
For a boolean field, what is the naming convention for its getter/setter?...


javacoding-stylenaming-conventionsjavabeans

Read More
Method Overloading with different return type ambiguity...


c#.netoopcoding-style

Read More
Can I create a default object in the constructor of a class in the dependency injection pattern?...


node.jstypescriptmodel-view-controllercoding-style

Read More
Python indentation in "empty lines"...


pythoncoding-styleidioms

Read More
Confused about the Interface and Class coding guidelines for TypeScript...


coding-styletypescript

Read More
Is it good to declare a local variable in the middle level of your code?...


javacoding-style

Read More
(When) should I use type hinting in PHP?...


phpcoding-style

Read More
Using private static methods...


javaoopcoding-stylestatic-methods

Read More
Ruby: unless vs if not...


rubycoding-style

Read More
Can I selectively (force) inline a function?...


c++optimizationcoding-styleinline

Read More
Best practice for lazy loading Python modules...


pythoncoding-style

Read More
How to maintain a .clang-format file for different clang-format versions?...


coding-stylecompatibilityclang-format

Read More
Yet again on string append vs concat vs +...


javastringperformancecoding-style

Read More
Are there any widespread, modern Java coding conventions?...


javatabscoding-style

Read More
Which type of curly brace coding style is better for Java programmers?...


javacoding-stylecurly-braces

Read More
To camelCase or not to camel_case...


javacoding-style

Read More
BackNext