Search code examples
Is implicitly using null argument as a flag good code style...


c#coding-style

Read More
Function name for creating something if it's not there yet...


language-agnosticfunctioncoding-stylenaming

Read More
How to use Pascal Casing and Camel Casing for Short Acronyms in C#?...


c#coding-stylenaming-conventionscamelcasingpascalcasing

Read More
Place usings inside or outside of namespace...


c#coding-stylenamespaces

Read More
Clean way to write this if...


pythoncoding-stylepylint

Read More
Looping on C++ iterators starting with second (or nth) item...


c++coding-styleiteratorreadability

Read More
Is there a short elegant way to write variable providing with exception?...


javacoding-stylerefactoring

Read More
Scala Test: how to assert lenghty exception message securly and clean without hardcoding?...


scalaunit-testingapache-sparkexceptioncoding-style

Read More
List of highly-regarded PHP style guides?...


phpcoding-style

Read More
How to make this code cleaner? react native...


react-nativecoding-stylereact-navigation

Read More
PHP Classes containing only constants...


phpoopcoding-style

Read More
Argument convention in PyTorch...


pythonpytorchcoding-styleconventions

Read More
Which type of function fits more...


ccoding-style

Read More
Structuring go interfaces with subpackages...


gointerfacedirectorycoding-styledirectory-structure

Read More
acceptable fix for majority of signed/unsigned warnings?...


c++stlcoding-styleunsigned

Read More
How to write this in an eaiser way?...


pythonloopscoding-style

Read More
Line continuation for list comprehensions or generator expressions in python...


pythoncoding-stylelist-comprehensionpep8

Read More
F# coding style and standard...


f#coding-style

Read More
What is the recommended whitespace for slicing with expression indices in Python?...


pythoncoding-stylewhitespace

Read More
Should I use EventArgs or a simple data type?...


c#.neteventscoding-stylestandards

Read More
Link conventions...


coding-stylemarkdowncode-structure

Read More
What is the criteria to choose between valueOf() and newInstance()?...


javafactory-methodcoding-style

Read More
How to name classes and structures related to the same entity | Suffixes...


oopcoding-stylenamingclean-architecture

Read More
Can't find a reason for this bug in my ASP CMS...


javascriptsessionasp-classiccoding-stylemouse-cursor

Read More
Error in my Python guessing game. errors appearing...


pythonarrayspython-3.xsyntax-errorcoding-style

Read More
do..end vs curly braces for blocks in Ruby...


ruby-on-railsrubyruby-on-rails-3coding-style

Read More
Is it considered bad practice to use the flags register as a boolean return value?...


assemblyx86coding-style

Read More
Clean way of avoiding NullPointerException in equals checks...


javanullpointerexceptionequalscoding-style

Read More
Pep-8 like style guidelines for JavaScript...


javascriptcoding-style

Read More
Where does the TODO convention come from?...


coding-styleconventiontodo

Read More
BackNext