Search code examples
coding standards in yii framework...


phpyiicoding-style

Read More
Is there a cleaner way to set a top-level variable later in code without making it a lateinit var?...


kotlinvariablescoding-stylelazy-initializationkotlin-extension

Read More
Is it a common practice to place C++ definitions in header files?...


c++coding-styleheader-filescode-separation

Read More
Best Practice on IF/ELSE Statement Order...


vb.netif-statementcoding-style

Read More
Space Before Closing Slash?...


htmlxmlxhtmlcoding-style

Read More
Why it is preferred in Lisp to put several closing parentheses on the same line?...


coding-stylelisp

Read More
Prettier config for intellij settings...


intellij-ideacoding-styleprettier

Read More
Python indentation in "empty lines"...


pythoncoding-styleidioms

Read More
c++11 - Performance difference in pointer checking - smart pointers...


c++c++11coding-style

Read More
How to copy a dict and modify it in one line of code...


coding-stylepython

Read More
What is the motivation behind static polymorphism in C++?...


c++coding-style

Read More
Python alignment of assignments (style)...


pythoncoding-stylecode-formattingpep8

Read More
Qt Designer vs Handcoding...


qtuser-interfacecoding-stylewidgetqt-designer

Read More
Why are there no spaces on both sides of the equals sign in chunk headers of templates?...


rr-markdowncoding-style

Read More
Should I use `import os.path` or `import os`?...


pythoncoding-stylepython-import

Read More
Should enums in C# have their own file?...


c#coding-styleenums

Read More
Why should I use var instead of a type?...


c#.netcoding-styleresharpervar

Read More
Coding Conventions - Naming Enums...


javaenumscoding-stylenaming-conventionsstandards

Read More
Parenthesis surrounding return values in C...


csyntaxcoding-style

Read More
How do you PEP 8-name a class whose name is an acronym?...


pythoncoding-stylenaming-conventionspep8

Read More
How do you reconcile common C++ naming conventions with those of the libraries...


c++coding-stylenaming-conventions

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


c#.neteventscoding-stylestandards

Read More
How to keep a "things done" count in a recursive algorithm in Java?...


javarecursioncoding-style

Read More
What does 'ap' stand for in C examples?...


ccoding-style

Read More
#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular s...


c++cif-statementcoding-stylec-preprocessor

Read More
Writing copyright information in python code...


pythoncoding-stylecopyright-display

Read More
Is GOTO considered harmless when jumping to cleanup at the end of function?...


ccoding-stylegoto

Read More
Comment Banner/Header best practices/examples?...


coding-stylecomments

Read More
What is the best way to do input validation in C++ with cin?...


c++coding-stylevalidation

Read More
What does this "(function(){});", a function inside brackets, mean in javascript?...


javascriptcoding-stylescopeanonymous-functionjavascript-namespaces

Read More
BackNext