Search code examples
Delphi Coding Standards...


delphicoding-style

Read More
Avoid using exceptions as flow control...


javacoding-stylecode-cleanup

Read More
PEP 8: How to name an acronym for a library named a2b?...


pythoncoding-stylepep8

Read More
Should I catch exceptions thrown when closing java.sql.Connection...


javajdbccoding-style

Read More
When do you use the "this" keyword?...


c#coding-stylethis

Read More
AutoIndent in Eclipse possible?...


javaeclipseformattingcoding-styleindentation

Read More
In C++, is it still bad practice to return a vector from a function?...


c++c++11coding-stylereturn-value-optimization

Read More
Loose-coupling patterns for embedded systems programming...


cembeddedcoding-style

Read More
How can I write f(g(h(x))) in Scala with fewer parentheses?...


scalacoding-stylesyntaxfunctional-programming

Read More
Should I use float literals to represent integer numbers as floats in Python?...


pythonperformancefloating-pointcoding-style

Read More
Factory vs instance constructors...


c#oopcoding-styleconstructor

Read More
JS Callbacks: continuation-passing or candy factory style?...


javascriptcallbackcoding-stylestylescontinuation-passing

Read More
Any differences between ( var > x) and ( x < var)?...


c++coding-style

Read More
Traits inside Models...


phplaraveloopcoding-styletraits

Read More
Best way to import modules Python...


pythoncoding-stylepython-import

Read More
Execute different functions based on conditions without if statements...


javascriptperformancecoding-style

Read More
cleanest way to skip a foreach if array is empty...


phpcoding-style

Read More
Are global variables as frowned upon in embeded systems programming (C)?...


variablesstaticcoding-styleembeddedconventions

Read More
Ruby convention for accessing first/last element in array...


rubycoding-style

Read More
Auto-align "=" in assignments...


eclipsecoding-stylevariable-assignment

Read More
Erlang style - case vs function pattern matching...


coding-styleerlang

Read More
How to avoid Method Overloading in Java to avoid duplicates?...


javadesign-patternscoding-style

Read More
Is good practice to create one generic service?...


angularcoding-styleangular-services

Read More
Why is it recommended not to use double quote unless we are writing JSON in Node.js Style?...


node.jscoding-stylestandards

Read More
PHP: Access Array Value on the Fly...


phparrayscoding-style

Read More
What is the correct way of ensuring a single instance of a class?...


rubycoding-stylesingleton

Read More
Laravel: Where to throw HTTP Exceptions...


phplaravelhttpexceptioncoding-style

Read More
calling different functions based on a string...


functioncoding-styleeval

Read More
Eclipse: Import+Export actions in "Save Actions" option...


javaeclipsecoding-style

Read More
How to apply code to multiple controls at once?...


coding-stylewebforms

Read More
BackNext