Search code examples
Pro/con: Initializing a variable in a conditional statement...


c++coding-styleif-statement

Read More
Should the deleted default constructor be in Public or Private?...


c++c++11coding-style

Read More
Can Eclipse parse and use emacs-style meta information in source code?...


eclipseemacscoding-style

Read More
Is there a neater alternative to `except: pass`?...


pythonexceptioncoding-style

Read More
Is it clean code?...


c++error-handlingcoding-style

Read More
Using explicit del in python on local variables...


pythoncoding-style

Read More
Should I call async SignalR hub methods MethodNameAsync(), or not...


c#coding-stylesignalr

Read More
Good practices for naming interfaces and implementations and placing them into packages...


javaoopcoding-style

Read More
How to properly cast generic collections in Java?...


javacastingcoding-style

Read More
ruby/ruby on rails memory leak detection...


ruby-on-railsrubymemorymemory-leakscoding-style

Read More
Is glib usable in an unobtrusive way?...


ccoding-styleglib

Read More
kotlin naming conventions for "duplicate" property names?...


kotlincoding-style

Read More
style.display='none' doesn't work on option tags in chrome, but it does in firefox...


javascriptfirefoxcoding-stylegoogle-chrome

Read More
Links to official style guides...


c++coding-style

Read More
Why val declaration doesn't follow scala constants naming convention?...


scalacoding-styleconstantsnaming-conventions

Read More
Code Ordering in Source Files - Forward Declarations vs "Don't Repeat Yourself"?...


ccoding-style

Read More
Indentation of "public" and "private" visibility modifiers...


c++classcoding-styleindentation

Read More
Is using assert() for production not favored over if..else.. blocks?...


ccoding-styleif-statementassert

Read More
Style datagrid table - Top left corner...


c#wpfcoding-styledatagrid

Read More
Coding style for overloading operators...


scalapattern-matchingcoding-style

Read More
Python merge dictionaries with custom merge function...


pythondictionarycoding-style

Read More
Eslint no-return-assing and no-param-reassign error...


javascriptreactjscoding-styleeslint

Read More
How to prevent clang-format from adding a single semicolon to a new line?...


c++coding-styleclangclang-format

Read More
Strategy Pattern with no 'switch' statements?...


c#design-patternsdependency-injectionstrategy-patterncoding-style

Read More
Why does Visual Studio code style settings think DateTime is not a built-in type but Guid acts like ...


c#.netvisual-studiovisual-studio-2017coding-style

Read More
What are the best practices for safely parsing a string?...


c#.netcoding-style

Read More
Assembly Coding Standards / Best Practices...


assemblycoding-stylemips

Read More
Should you use the private access modifier if it's redundant?...


c#coding-style

Read More
Is it bad practice to use temporary variables to avoid typing?...


language-agnosticcoding-style

Read More
Is it better to give a function an additional parameter, or to make the parameter static?...


coding-style

Read More
BackNext