Search code examples
Should methods in a Java interface be declared with or without a public access modifier?...


javainterfacecoding-stylepublic-method

Read More
Need Python to Remove everything after a comma in external file while checking user input...


pythonpython-3.xcoding-style

Read More
what is the difference between using the visitor pattern and an interface?...


javadesign-patternscoding-stylevisitor-pattern

Read More
In IDEA, how to add a space between code & comment automatically?...


javaintellij-ideacoding-stylecode-formatting

Read More
`pass` keyword to mark end of indented code block...


pythoncoding-style

Read More
Why not include all the standard headers always?...


c++coding-style

Read More
Naming Conventions: What to name a method that returns a boolean?...


coding-stylenaming-conventions

Read More
Maintaining Maximum Line Length When Using Tabs Instead of Spaces?...


coding-stylewhitespaceindentationspaces

Read More
Should you use international identifiers in Java/C#?...


c#javacoding-style

Read More
Static factory methods vs Instance (normal) constructors?...


design-patternsconstructorcoding-style

Read More
referencing objects by name as attributes...


pythonoopattributescoding-style

Read More
What are some of the disadvantages of using a reference instead of a pointer?...


c++pointerscoding-stylereference

Read More
It's okay to define an object's property value relatively to its sibling?...


reactjscoding-style

Read More
traits class, namespace and forward declaration...


c++design-patternscoding-styleapi-designgeneric-programming

Read More
How to display characters per line in Eclipse...


ceclipsecoding-styleide

Read More
How can avoid if else statements and rewrite them into smaller and cleaner code?...


javaif-statementcoding-style

Read More
Convert objects hierarchy from MATLAB to to python...


pythonmatlabcoding-style

Read More
Is it guaranteed that bitwise "and" for bool does not short circuit?...


c++c++11coding-stylelanguage-lawyer

Read More
Is it a bad practice to use C-style comments in C++ code?...


c++coding-stylecomments

Read More
Don't allow different option...


c#type-conversioncoding-style

Read More
Django Style: Long queries?...


djangocoding-style

Read More
How to avoid violating the DRY principle when the boolean expression of a while loop is reassigned e...


while-loopcoding-stylepascallazarusfreepascal

Read More
What does 'foo' really mean?...


language-agnosticcoding-style

Read More
How do I do early return in ruby to reduce nested if?...


rubycoding-styleguard-clause

Read More
Irrlicht engine: code commenting convention?...


c++coding-style

Read More
How to exclude specific rule in a custom phpcs.xml ruleset?...


coding-stylephpcs

Read More
Private vs Protected - Visibility Good-Practice Concern...


ooplanguage-agnosticcoding-style

Read More
Coding standards and line length...


phpcoding-style

Read More
Use static final unmodifiable Set as constant for checking variables value...


javacoding-style

Read More
JavaScript: Re-organize canvas rendering in a functional manner...


javascriptfunctional-programmingcoding-style

Read More
BackNext