Search code examples
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
Non-void function potential lack of return...


c++coding-style

Read More
Font gets changed in Android Studio preview but not in the device...


androidtextcoding-stylestyles

Read More
Method that takes a lot of parameters...


c#parameterscoding-style

Read More
Percent (%) operation on a string divided into two numbers...


javascriptfunctioncoding-stylepercentage

Read More
correct style for element-wise operations on lists without numpy (python)...


pythonlistcoding-stylefunctional-programminghigher-order-functions

Read More
Combining multiple attributes in C#...


c#syntaxcoding-styleattributes

Read More
Purpose of Constructor chaining?...


c#javaoopcoding-styleconstructor

Read More
BackNext