Search code examples
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
Is there any advantage in writing a set of operations in a single line if all those operations have ...


c#optimizationcoding-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
Which is more correct and why?...


c#coding-stylepoco

Read More
How to order the arguments in Forth...


argumentsparameter-passingcoding-styleconventionsforth

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


c++coding-stylecode-formattingastyle

Read More
C++ iterators & loop optimization...


c++optimizationiteratorcoding-style

Read More
include boost header file using "" or <>...


c++coding-stylec-preprocessorconventions

Read More
Initializing disposable resources outside or inside try/finally...


c#javacoding-styleresources

Read More
Would VS2008 c++ compiler optimize the following if statement?...


c++optimizationcoding-stylecode-readability

Read More
What could be the meaning of a variable in all capital letters?...


c#coding-stylenaming-conventions

Read More
Create forms dynamically or statically?...


javascripthtmlcoding-style

Read More
BackNext