Search code examples
What is the most pythonic way to exclude elements of a list that start with a specific character?...


pythoncoding-style

Read More
C++ what is the idiomatic way to avoid pointers?...


c++coding-style

Read More
Scala - Try transform vs match vs map method...


scalaperformancecoding-styletry-catchcode-cleanup

Read More
In IntelliJ Ultimate, how can I set the code style to set absolute import before relative import?...


intellij-ideacoding-styleintellij-15

Read More
What should be the position of logger in the class?...


javaloggingcoding-style

Read More
Why a modification of the created object is bad in Java?...


javacoding-styleimmutability

Read More
Boiler plate code replacement - is there anything bad about this code?...


c#coding-style

Read More
Policy with catching std::bad_alloc...


c++coding-stylenew-operatortry-catch

Read More
Jenkins - How to concatenate ${WORKSPACE} with a string literal?...


stringjenkinsgroovycoding-style

Read More
Are there any published coding style guidelines for SQL?...


mysqlsqlcoding-style

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