Search code examples
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
How to stick <footer> element at the bottom of the page (HTML5 and CSS3)?...

htmlcsscoding-stylestylesfooter

Read More
Why is it preferable to write func( const Class &value )?...

c++coding-style

Read More
Why define the getter before the setter (coding convention)...

c#propertiescoding-styleconventions

Read More
Why are goto, break, continue and multiple return statements considered bad practice...

ccoding-style

Read More
Code sniffer for for converting snake_case to camelCase...

coding-stylecamelcasingphpcodesniffersnakecasing

Read More
Is there a solution to a react installation error?...

reactjsterminalcoding-stylecreate-react-appnpm-install

Read More
Why Feature Envy sample code in the clean code book is a code smell?...

coding-style

Read More
is it okay to change the value of parameter inside of method in Dart?...

dartcoding-style

Read More
How to get prettier to add braces when missing on if/else...

visual-studio-codecoding-styleeslintprettier

Read More
Disable StyleCop's SA1600 rule for internal interfaces...

.netvisual-studiocoding-stylecode-analysisstylecop

Read More
INNER JOIN ON LEFT JOIN. What best way solve problem?...

sqlperformancecoding-style

Read More
Private method naming convention...

c#coding-styleprivate-methods

Read More
Alphabetizing methods in Visual Studio...

visual-studiovisual-studio-2008coding-styleresharperorganization

Read More
How to access webtable data in selenium?...

javaselenium-webdrivercoding-style

Read More
What are double colons :: in a shell script?...

bashcoding-style

Read More
Why are dashes preferred for CSS selectors / HTML attributes?...

htmlcsscoding-stylenaming-conventions

Read More
BackNext