Search code examples
Indentation in Go: tabs or spaces?...


goformattingcoding-styleindentationgofmt

Read More
For a boolean field, what is the naming convention for its getter/setter?...


javacoding-stylenaming-conventionsjavabeans

Read More
Method Overloading with different return type ambiguity...


c#.netoopcoding-style

Read More
Can I create a default object in the constructor of a class in the dependency injection pattern?...


node.jstypescriptmodel-view-controllercoding-style

Read More
Confused about the Interface and Class coding guidelines for TypeScript...


coding-styletypescript

Read More
Is it good to declare a local variable in the middle level of your code?...


javacoding-style

Read More
(When) should I use type hinting in PHP?...


phpcoding-style

Read More
Using private static methods...


javaoopcoding-stylestatic-methods

Read More
Ruby: unless vs if not...


rubycoding-style

Read More
Can I selectively (force) inline a function?...


c++optimizationcoding-styleinline

Read More
Best practice for lazy loading Python modules...


pythoncoding-style

Read More
How to maintain a .clang-format file for different clang-format versions?...


coding-stylecompatibilityclang-format

Read More
Yet again on string append vs concat vs +...


javastringperformancecoding-style

Read More
Are there any widespread, modern Java coding conventions?...


javatabscoding-style

Read More
Which type of curly brace coding style is better for Java programmers?...


javacoding-stylecurly-braces

Read More
To camelCase or not to camel_case...


javacoding-style

Read More
PHP/C/C++ - How does your initial comment block look in your programs?...


standardscoding-stylecomments

Read More
What are the url parameters naming convention or standards to follow...


coding-styleweb-standards

Read More
How do I have a method return one of almost the same classes case to case?...


c#design-patternscoding-styleclean-architecturesolid-principles

Read More
Best practice regarding code in constructor for initializing in C#?...


c#constructorcoding-style

Read More
How to install PHP_CodeSniffer in macOSx?...


phpmacosinstallationcoding-stylephpcs

Read More
Which of these is the best structure of a if-statement in a BlocListener for a SignIn?...


flutterif-statementcoding-styleblocflutter-bloc

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
Splitting C++ Strings Onto Multiple Lines (Code Syntax, Not Parsing)...


c++stringsyntaxcoding-stylereadability

Read More
Should JSON API entities include a relationship for its parent?...


json-apicoding-style

Read More
How to reuse switch block labels without goto?...


c#switch-statementcoding-stylecommand-line-argumentsgoto

Read More
Should every class have its own namespace?...


c++namespacescoding-style

Read More
Java array convention: String[] args vs. String args[]...


javacoding-styleconventions

Read More
Convert leading spaces to tabs upon entry in Notepad++...


coding-stylenotepad++indentation

Read More
Ignoring return values in C...


ccoding-stylereturn-valuelint

Read More
BackNext