Search code examples
Is it bad practice to separate sections of code inside one method with curly brackets?...


javacoding-stylecode-organization

Read More
Can I create a new struct on the heap without defining a constructor?...


c++structmemory-managementcoding-styleheap-memory

Read More
Namespace level enums in c++...


c++coding-styleenums

Read More
Usage of the function main()?...


pythoncoding-styleprogram-entry-point

Read More
Why is it recommended to have empty line in the end of a source file?...


language-agnosticcoding-styleeof

Read More
C++ rely on implicit conversion to bool in conditions?...


c++coding-styleimplicit-conversion

Read More
The most Pythonic way of checking if a value in a dictionary is defined/has zero length...


coding-styledictionarypython

Read More
Should controller take "id" as PathVariable or should it take "page-id"...


oopdesign-patternscoding-style

Read More
Is it possible to reduce the number of assignment operations in array exchange?...


javaarraysoopcoding-style

Read More
sizeof with a type or variable...


ccoding-stylesizeof

Read More
Optimize duplicated function with different parameter...


javaoptimizationcoding-style

Read More
Tool to convert Python code to be PEP8 compliant...


pythoncoding-stylepep8

Read More
Are there any programming languages that starts counting from 1?...


coding-styleprogramming-languages

Read More
Besides AND/OR/NOT, what's the point of the other logical operators in programming?...


coding-stylelogicboolean-logicxornor

Read More
Is it considered readable to call methods inside the IF condition?...


c#javacoding-style

Read More
Avoid angle brackets in default template...


c++templatescoding-styleclass-template

Read More
My Rubocop doesn't like => e in Ruby error handling. Isn't => e standard?...


rubyerror-handlingcoding-stylerubocop

Read More
How to integrate rubocop with Rake?...


rubycoding-stylerakerubocop

Read More
Converting Python list in JSON...


pythonjsonlistcoding-style

Read More
Visual Studio : Automatically insert a space after typing if(...


c#visual-studiovisual-studio-2010coding-stylecode-formatting

Read More
How do you call the inner part of a regex? (the one delimited by the delimiters)...


regexcoding-styledelimiterbnf

Read More
Is it good practice to use ordinal of enum?...


javaenumscoding-styleverbose

Read More
PHP: Is there a reason to put a newline at the end of file...


phpcoding-stylenewlinegit-commit

Read More
Is this an example of dependency injection?...


phpdependency-injectioncoding-style

Read More
TypeScript Coding Style Guide?...


coding-styletypescript

Read More
How to use map and set on Python...


pythondictionarysetcoding-style

Read More
Is there better way than write match very much?...


javascriptcoding-style

Read More
HTML attribute ordering...


javascripthtmlcssattributescoding-style

Read More
How to configure Intellij idea code formatting to according my example...


javaintellij-ideacoding-stylerest-assuredjgiven

Read More
How can I manage a lots of States in jetpack compose...


androidcoding-styleviewmodelandroid-jetpack-compose

Read More
BackNext