Search code examples
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
Not specifying control names in WPF... performance effect...


wpfperformancexamlcoding-style

Read More
Most elegant way to test if int x is element of a given set?...


c#.netcoding-style

Read More
Usage of the Obsolete attribute...


c#attributescoding-styleobsolete

Read More
Does <STYLE> have to be in the <HEAD> of an HTML document?...


htmlcoding-stylehtml-head

Read More
What are the arguments for using singular vs plural for enumerations?...


coding-styleenumeration

Read More
Coding Conventions - Naming Enums...


javaenumscoding-stylenaming-conventionsstandards

Read More
Is there any side effects for Runtime.getRuntime().gc()...


javaperformancecoding-stylegarbage-collectionruntime

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


pythoncoding-styleidioms

Read More
Private Set or Private member?...


c#coding-style

Read More
BackNext