Search code examples
How to write down these three cases in a more elegant way?...


rubycoding-styleconditional-statements

Read More
How to implement SOLID on an interface segregation...


javakotlincoding-stylesolid-principles

Read More
General questions about std::variant...


c++coding-stylec++17variant

Read More
Add two lists of different lengths in python, start from the right...


pythoncoding-style

Read More
Python - Clean Code, no implemented exceptions?...


pythoncoding-style

Read More
How to handle the pylint message: ID:W0612 Unused Variable...


pythoncoding-stylepylint

Read More
Is there a coding standard for Java?...


javacoding-style

Read More
Tuples vs lists for module-level constants in Python?...


pythonlistcoding-styletuplesimmutability

Read More
Python Multiple file program...


pythonpython-2.7coding-style

Read More
If condition naming convention...


javabooleancoding-stylenaming-conventions

Read More
How do you style the paginator used in CakePHP with CSS?...


cakephpcoding-stylepagination

Read More
Good practice with css class and id...


csscoding-stylecode-cleanup

Read More
In JavaScript, what is the point of defining a function with default parameters for some arguments b...


javascriptfunctionsyntaxcoding-style

Read More
Should `using std::cin` and `using std::cout` be avoided or encouraged?...


c++coding-stylecode-readability

Read More
How best to refactor variable instantiation duplication in Java?...


javajava-8coding-stylerefactoringcode-duplication

Read More
Java (Selenium WebDriver) - how to write compact code...


javaselenium-webdrivercoding-style

Read More
Java getter/setter style question...


javacoding-style

Read More
Findbugs issues with mutability of Date object in Java...


javacoding-stylefindbugs

Read More
Call base method at beginning or end of method?...


c#coding-stylevirtual

Read More
Is it a bad practice to use an if-statement without curly braces?...


if-statementcoding-stylecurly-braces

Read More
Where should be parameters used for output located in the function parameters list...


c++ccoding-style

Read More
How to indent a long ternary condition in Php?...


phpcoding-styleconditional-operatorpsr-4rulers

Read More
Java Conventions: use getters/setters WITHIN the class?...


javacoding-style

Read More
How to check any two parameters of a function are null...


javafunctionparameterscoding-style

Read More
What would be the cleaner version of the code?...


iosobjective-ccoding-style

Read More
Is writing comments a bad thing?...


coding-stylecomments

Read More
Is (size_t)0 a good practice in C or not?...


ccastingcoding-style

Read More
What is the correct casing convention for C# local and instance variables?...


c#.netcoding-stylenaming-conventions

Read More
When should I use const in C++ constructor parameters?...


c++coding-style

Read More
.Net Coding Standards Using a prefix "Is" or "Has" on Method Names...


c#.netcoding-style

Read More
BackNext