Search code examples
What is the C# static fields naming convention?...


c#.netstaticcoding-stylefield

Read More
How are pointers to functions as struct members useful in C?...


coopstructcoding-stylestructure

Read More
How can I set multiple CSS styles in JavaScript?...


javascriptcoding-style

Read More
How do you PEP 8-name a class whose name is an acronym?...


pythoncoding-stylenaming-conventions

Read More
is it a good practice to close file descriptors on exit...


ccoding-stylefile-descriptor

Read More
Why do Intellij default getter/setter templates delete my boolean "is" variable name prefi...


javaintellij-ideacoding-style

Read More
Simple way to create matrix of random numbers...


pythonrandomcoding-style

Read More
Should I prefer private member functions, or functions in an unnamed namespace?...


c++coding-styleapi-designmember-functionsunnamed-namespace

Read More
Should a utility function be a function in an unnamed namespace, or a private member function?...


c++namespacescoding-stylemember-functionsunnamed-namespace

Read More
How can you consistently order functions within a file and within a class?...


c++functioncoding-style

Read More
What is the proper use of the comma operator?...


c++ccoding-stylecomma-operator

Read More
Grouping constants in Python...


pythonpython-2.7namespacescoding-styleconstants

Read More
How to name factory like methods?...


coding-stylenaming-conventionsmethodsfactory

Read More
Indented comments in Python...


pythoncoding-stylepep8

Read More
Best way to design a class in python...


pythonoopclasscoding-style

Read More
int vs const int&...


c++coding-stylereferenceconstants

Read More
Declaring variables and functions, in what order?...


javascriptperformancecoding-stylereadabilitymaintainability

Read More
Why do some experienced programmers write comparisons with the value before the variable?...


c++ccoding-style

Read More
When we use class methods as setter to input object...


phpcoding-stylesolid-principlesdesign-principles

Read More
.toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?...


javaperformancecoding-style

Read More
return early vs if in ruby code...


rubycoding-styleguard-clause

Read More
Parenthesis surrounding return values in C...


csyntaxcoding-style

Read More
Change brace coding style in QtCreator...


qtcoding-styleqt-creatorbraces

Read More
Coding language customization...


pythoncoding-style

Read More
Why are there no spaces on both sides of the equals sign in chunk headers of R Markdown templates?...


rtemplatesr-markdowncoding-style

Read More
What option should be used to remove extra spaces using astyle?...


c++formattingcoding-stylecode-formattingastyle

Read More
In what case would the use of a T-SQL GOTO statement be acceptable?...


sqlt-sqlcoding-stylegoto

Read More
What is the advantage of the 'src/main/java'' convention?...


javacoding-styleconventions

Read More
Style guidelines for global variables in F#...


f#coding-styleglobal-variables

Read More
Qt Creator indentation changes at save...


qtcoding-styleideqt-creatorindentation

Read More
BackNext