Search code examples
Boolean types...


c#language-agnosticcoding-styleboolean

Read More
Show standard warning icon in Qt4...


qtcoding-styleicons

Read More
Which one is better ? event or straight reference?...


coding-stylesoftware-design

Read More
Is there a recommended maximum line length for HTML or JavaScript?...


javascripthtmlcoding-style

Read More
Big O Notation of a module nested in a built-in method in Python...


pythonperformancemethodscoding-stylebig-o

Read More
Ask about React: function of class convention...


reactjscoding-styleconventions

Read More
Wait for multiple non nested callbacks...


javascriptasynchronouscallbackcoding-style

Read More
What should I read to improve my C++ style...


c++coding-style

Read More
What is a good Pythonic way to handle complicated for loops with many functions?...


pythonpython-3.xfor-loopcoding-style

Read More
When is it good and bad to use a string parameter in a function?...


javacoding-style

Read More
How to reduce number of python code?...


pythondictionarycoding-stylerefactoring

Read More
Is adding project root directory to sys.path a good practice?...


pythonbashcoding-style

Read More
Is FxCop Dead? Can it be used with VS2015?...


c#coding-stylefxcop

Read More
How do I initialize classes with lots of fields in an elegant way?...


javacoding-stylebuildercode-cleanupobject-construction

Read More
Why do some C projects like nginx and LuaJIT prefix all their code files, functions and data types w...


ccoding-style

Read More
Correction of the Interpretation of the SAS code...


xcodesascoding-style

Read More
How to improve code and reduce number of code?...


pythonpointerscoding-stylerefactoring

Read More
Is there a way to automatically run some checks when GitHub pull requests are created?...


.netgithubcoding-style

Read More
Is it a good practice to make methods "do nothing" based on a condition?...


javadebuggingcoding-style

Read More
Instead of using if's, would it better to write an 'equation' that gives you the results...


performanceif-statementcoding-styleequation

Read More
Reference to file regardless of the folder structure and depth...


phpcoding-stylemenu

Read More
Passing an argument to a method in C#...


c#methodscoding-style

Read More
Code line wrapping - how to handle long lines...


javacoding-styleconventionsline-breaks

Read More
PHP codesniffer - how to teach it to ignore white space?...


phpcoding-style

Read More
Does this function have too many parameters?...


phpfunctionparameterscoding-style

Read More
Is there any C++ style guide that talks about numeric literal suffixes?...


c++coding-styleliterals

Read More
Why is "else" rarely used after "if x then return"?...


javacoding-styleif-statementfunction-exit

Read More
Formatting multiple lines in Python with method calls...


pythoncode-formattingpep8coding-style

Read More
Most elegant way to format multi-line strings in Python...


pythonstringcoding-styleformatting

Read More
Swift: Unwrap optional to the instance variable properly...


swiftcoding-style

Read More
BackNext