Search code examples
What is an acceptable way to format a long method call in Java?...


javacoding-stylecode-structure

Read More
parentElement.parentElement.parentElement... alternative?...


javascripthtmlcoding-style

Read More
Switch statement fall-through...should it be allowed?...


coding-styleswitch-statement

Read More
Assignment with "or" in python...


pythoncoding-stylevariable-assignment

Read More
Java: Dealing with a lot of identical named classes in very long packages...


javacoding-style

Read More
Is there any possible negative repercussions of using made up attributes in html tags...


javascriptjqueryhtmlcoding-style

Read More
Design Patterns for dependent sequential validation...


functionvalidationdesign-patternscoding-stylerefactoring

Read More
How I write a clean condition from a "complex" combinations of conditions with && ...


javascripttypescriptconditional-statementscoding-stylerefactoring

Read More
python close file descriptor question...


pythonfile-iocoding-style

Read More
Puppet: How can I wrap a command into two line if >80 characters?...


coding-stylepuppet

Read More
(Node.js) Splitting JS class into modules...


javascriptnode.jsmodulecoding-stylerefactoring

Read More
JSF (Joint Strike Fighter) like standard for C...


ccoding-style

Read More
Is usage of anonymous classes in Java considered bad style or good?...


javacoding-styleanonymous-class

Read More
What is the principle behind calculating the complexity of methods?...


javasonarqubecoding-stylecomplexity-theorycyclomatic-complexity

Read More
Should Java member enum types be capitalized?...


javaeclipsecoding-styleenumsnaming-conventions

Read More
C++ "Best" Parameter Passing Method...


c++performancecoding-styleparameter-passing

Read More
How can I handle this PEP8 warning?...


pythoncoding-stylepep8pep

Read More
correct name for a variable users_ids vs user_ids...


phpvariablescoding-stylenaming-conventions

Read More
Importing modules in Python - best practice...


pythoncoding-styleworkflowpython-import

Read More
Python method coding: is a local name referring to an attribute ok to avoid repeating self.attribute...


pythonattributescoding-styleself

Read More
How do you usually handle long-line code newline breaking in Python?...


pythonpython-3.xcoding-stylepep8pep

Read More
is it a good practice to use string manipulation in c#...


stringc#-4.0splitsubstringcoding-style

Read More
Is it okay to declare Spring MVC response DTOs as static nested classes?...


javaspring-mvccoding-style

Read More
Enum method overriding...


javacoding-styleenums

Read More
Use static function into the class to return it initialize...


c#wpfcoding-style

Read More
Unique ways to use the null coalescing operator...


c#coding-stylenullconditional-operatornull-coalescing-operator

Read More
What are hourglass imports and why would they be avoided in a codebase?...


pythoncoding-style

Read More
What is the meaning of leading and trailing underscores in Linux kernel identifiers?...


clinuxcoding-stylekernel

Read More
coding guidelines for python dictionaries...


pythoncoding-style

Read More
Which is better and efficient memory-wise, a big array or multiple arrays?...


javaandroidarrayskotlincoding-style

Read More
BackNext