Search code examples
Java string concatenation efficiency...


javastringcoding-styleconcatenation

Read More
How to break out of multiple if blocks inside while loop in java?...


javaloopscoding-styleconditional-statementslogical-operators

Read More
Converting code in Java 8 streams...


javajava-8coding-stylerefactoring

Read More
How to change the yellow square background when press down on a button in a GridView?...


androidgridviewcoding-style

Read More
C# Static property in non-static class as indicator of main object of this class...


c#staticcoding-style

Read More
Naming "class" and "id" HTML attributes - dashes vs. underlines...


htmlcoding-stylenaming-conventions

Read More
What does a good programmer's code look like?...


coding-style

Read More
Better way to handle switch case in C#...


c#coding-styleenums

Read More
Algorithm vs Code...


coding-stylesoftware-design

Read More
Early returns vs nested positive if statements...


coding-style

Read More
Assignment within a ternary operator, an anti-pattern?...


javascriptcoding-styleternary-operator

Read More
accessing "module scope" vars...


pythonvariablesmodulescopecoding-style

Read More
Get rid of ugly if statements...


javacoding-style

Read More
How to use symbols in a string?...


c++cvisual-c++coding-style

Read More
Is it ok if I omit curly braces in Java?...


javacoding-stylebrackets

Read More
Ruby style for displaying long arrays...


rubyarrayscoding-style

Read More
Idiomatic Scala for Options in place of if/else/else chain...


scalacoding-styleoption-type

Read More
Laravel - referencing the class...


phplaravelcoding-style

Read More
If a constructor throws exception, then does it make sense to have a global object of that class?...


c++exceptionglobal-variablescoding-style

Read More
Is this a good practice for EF Database First?...


c#entity-frameworkcoding-styleforum

Read More
Is this sort of Java exception style bad practice?...


javaexceptioncoding-style

Read More
If clause optimization...


javaoptimizationcoding-style

Read More
Error: unexpected '}' in "}"...


rfunctionexceptionsavecoding-style

Read More
Eclipse : using C coding style for new extensions...


eclipsecoding-style

Read More
Git: pre-receive hook with PHP_CodeSniffer...


phpgitcoding-stylephpcodesniffer

Read More
How to avoid repeated code in promise chain?...


promisecoding-stylecode-cleanup

Read More
QT warning level suggestion...


c++qtcoding-stylewarningswarning-level

Read More
What's the most pythonic way (if any) to refactor these nested for/else loops?...


pythonfor-loopcoding-stylerefactoringnested-loops

Read More
Excel 2007: keep cell style as definied from data validation sheet cells...


excelcoding-styleexcel-2007conditional-formattingvalidation

Read More
setattr(object, name, value) vs object.__setattr__(name,value)...


pythoncoding-style

Read More
BackNext