Search code examples
How do I name the function which only does something if condition is true...


coding-style

Read More
Usage of the Obsolete attribute...


c#attributescoding-styleobsolete

Read More
What does "::" (double colon) mean?...


coding-style

Read More
Does if (myBool == true) differ computational wise to if(myBool)?...


if-statementoptimizationcoding-style

Read More
Are there practical or technical advantages to using 2-space vs 4-space indents?...


coding-stylecompatibility

Read More
Javascript style dot notation for dictionary keys unpythonic?...


pythoncoding-style

Read More
Wrap long C++ function heads with clang-format...


c++coding-styleclang-format

Read More
Define enums within a method in C#?...


c#enumscoding-style

Read More
Erlang: doing a good job...


functional-programmingerlangcoding-style

Read More
Class implementation in a header file == bad style?...


c++oopcoding-style

Read More
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
BackNext