Search code examples
Fail vs. raise in Ruby : Should we really believe the style guide?...

rubyexceptioncoding-styleconventions

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
C# Custom getter/setter without private variable...

c#coding-styleaccessorautomatic-properties

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
Writing copyright information in python code...

pythoncoding-stylecopyright-display

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
Space Before Closing Slash?...

htmlxmlxhtmlcoding-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
When should checked exception/unchecked exception be chosen?...

javaexceptioncoding-stylechecked

Read More
Which is preferred: inline function expressions or stand-alone function declarations?...

javascriptcoding-stylefunction-expressionjavascript-function-declaration

Read More
What's the correct way to sort Python `import x` and `from x import y` statements?...

pythoncoding-stylepython-importpep8

Read More
BackNext