Search code examples
.toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?...


javaperformancecoding-style

Read More
How to force a class to be initialised?...


javacoding-stylestatic-initializer

Read More
Does resharper make you lazy?...


coding-styleresharper

Read More
C++ type suffix _t, _type or none...


c++stlcoding-style

Read More
Why do most C developers use define instead of const?...


ccoding-stylec-preprocessor

Read More
Usage of HACK and UNDONE comment tags...


language-agnosticcoding-styledocumentationtags

Read More
Writing robust R code: namespaces, masking and using the `::` operator...


rcoding-stylenamespacespackagemasking

Read More
Function names in C++: Capitalize or not?...


c++functioncoding-stylenaming-conventions

Read More
Capitalization convention for JavaScript objects...


javascriptcoding-stylecapitalization

Read More
What is the recommended coding style for PowerShell?...


powershellcoding-style

Read More
When to use !() or != when if not null...


c#coding-style

Read More
how to change dart line length in vscode when formatting dart files?...


flutterdartvisual-studio-codeformattingcoding-style

Read More
Where should be parameters used for output located in the function parameters list...


c++ccoding-style

Read More
What are the use cases of not declaring the name for a typename in template?...


c++templatescoding-styletypename

Read More
What is the most elegant way to work with global variables in an embedded system?...


cembeddedglobal-variablescoding-style

Read More
Is it acceptable practice to alias nested templates like std::vector<std::vector<T>> for...


c++c++11coding-stylealiasverbose

Read More
Tool to convert Python code to be PEP8 compliant...


pythoncoding-stylepep8

Read More
"A method should do one thing, once and only once" - what does that mean?...


oopmethodscoding-style

Read More
good programming practice...


compilationcoding-style

Read More
Should .net comments start with a capital letter and end with a period?...


.netcoding-stylecomments

Read More
SVG: Use Attributes or CSS to style?...


coding-stylesvg

Read More
'break' statement when using curly braces in switch-case...


ccoding-stylecurly-bracesswitch-statement

Read More
Is assignment in a conditional clause good ruby style?...


rubycoding-style

Read More
How to rewrite hash assignment in more elegant way...


javascripthashcoding-stylenaming

Read More
Why do some scripts omit the closing PHP tag, '?>'?...


phpcoding-style

Read More
IF statement formatting best-practise, what's your style?...


coding-style

Read More
Formatting block comments...


coding-style

Read More
Can two separate JavaScript scripts share variables?...


javascriptcoding-style

Read More
Modelica style guide...


coding-stylemodelica

Read More
Initializer list for objects with default constructor...


c++optimizationcoding-styleinitializer-list

Read More
BackNext