Search code examples
Convert JS line comments to spaced block comments in IntelliJ IDEA...


javascriptintellij-ideacoding-stylecommentswebstorm

Read More
Intellij Scala multiple import style formatting settings...


scalacoding-styleformattingintellij-idea

Read More
Swift: Calling an Enum value converter function as a first class function...


swiftenumscoding-stylefirst-class-functions

Read More
difference between if(pointer) vs if(pointer != NULL) in c++, cpplint issue...


c++pointerscoding-stylecpplint

Read More
Refactoring to make code open for extensions but closed for modifications...


c#coding-stylesolid-principlesopen-closed-principle

Read More
what's the best way to use "isSomething"?...


performanceoopcoding-style

Read More
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
BackNext