Search code examples
Branch on boolean statement applied to each element of an iterable...

pythonlistpython-3.xconventions

Read More
Two method arguments or a new class.. for (X and Y cords)...

conventions

Read More
Is it preferred to use else or else-if for the final branch of a conditional...

if-statementconditional-statementsconventions

Read More
Are getters required when the field vars are final?...

javaconventions

Read More
NodeJS best practices: Errors for flow control?...

javascriptnode.jssails.jsconventions

Read More
How do web browsers find a source map for a JavaScript file?...

javascriptjqueryhtmlconventionsmap-files

Read More
Is there an good reason to prefix all JavaScript modules with '$'?...

javascriptconventions

Read More
Java classes with very limited use, but not limited to one class. External or inner?...

javaclasspackagesubclassconventions

Read More
Convention: when writing methods, should I return values, or change data directly?...

javapythonmethodsreturnconventions

Read More
How to pass a class/module definition into another file...

pythonimportmoduleconventions

Read More
Java Coding standard: multiple variable declaration...

conventions

Read More
Difference Class and Instance Methods...

objective-cmethodsconventions

Read More
What's the clearest way to indicate a function uses the 'arguments' object?...

javascriptconventions

Read More
Is there any tool for aiding with explicit import of modules in Haskell?...

haskellimportmoduleconventions

Read More
What is the convention with Java beans, and implementing interfaces like Comparable?...

javajavabeansconventionscomparable

Read More
What is the proper format when you provide each possible outcome in an if-else chain?...

conventions

Read More
proper way to name a variable already used?...

pythonconventionsconvention

Read More
CSS Box Model Attribute Ordering Convention...

attributesconventionscss

Read More
Proper include design practice in PHP...

phpincludeconventions

Read More
jUnit fail() conventions...

unit-testingjunitconventions

Read More
Shell scripts: conventions to write usage text for parameters?...

shelltextconventions

Read More
Is it considered bad convention to put main() at the top of a C++ source?...

c++program-entry-pointconventions

Read More
Java package naming. Underscores: A special case...

javapackagenamingconventions

Read More
PEP-8 for function calls...

pythonconventionspep8code-conversion

Read More
Ruby 2.1: Composing a Bicycle of Parts -> private method `select' called for nil:NilClass (No...

rubyoopconventions

Read More
3-tier architecture - Notify gui from lower layers...

javaarchitectureconventions

Read More
What are some additional directory conventions for Maven projects?...

javamaven-2conventions

Read More
Is it (width, height) or (height, width)?...

language-agnosticbitmapconventionsdimensions

Read More
Which method should change the field, when calling a hierarcy of private methods?...

javamethodsfieldconventions

Read More
Argument Passing Convention - Declaring Arguments in Advance...

argumentsconventionscalling-convention

Read More
BackNext