Search code examples
What is the preferred Throwable to use in a private utility class constructor?...


javacoding-stylethrowable

Read More
Does a clean and extendable LSTM implementation exists in PyTorch?...


coding-styleopen-sourcelstmimplementationpytorch

Read More
Is it possible to disable pylint missing docstring error for short functions and methods?...


pythoncoding-stylepylint

Read More
Netbeans 7.4 introduces "10 lines max" per method rule. Where does this rule come from?...


netbeansmethodsconventionscoding-style

Read More
What is a "declarative format"?...


coding-style

Read More
Why should I use <ARGV> or <> instead of <STDIN> in Perl?...


perlcoding-styleperl-critic

Read More
Java Code Formatting...


javaformattingcoding-style

Read More
Should we pass a variable that can be acquired in O(1) into nested functions, or recall that functio...


performancefunctionparameterscoding-stylestandards

Read More
How to shorthand following statement...


phpcoding-styleconditional-operator

Read More
Java to Kotlin constructor method...


javakotlincachingcoding-stylecaffeine

Read More
Why does cpplint discourage Streams?...


c++stlcoding-stylecpplint

Read More
In python, Does using long line without breaking into multiple line will affect speed or performance...


pythoncoding-stylepep8

Read More
Is there a more elegant way of raising error in Python?[specific case]...


pythonerror-handlingcoding-style

Read More
What is the advantage of using following pattern as described in developer docs...


androidkotlindesign-patternscoding-styleandroid-databinding

Read More
Ideas for working with a teammate not following team defined standards?...


coding-stylestandards

Read More
Using functions with unclear parameters...


c++coding-style

Read More
How to apply Clean Code to R and what are some alternatives specific to R?...


javarcoding-style

Read More
Please explain the following inline python code? index = [n for n, value in enumerate(self.Variable[...


pythonpython-3.xcoding-style

Read More
Python "private" function coding convention...


pythonpython-2.7coding-stylenamingconventions

Read More
Technical term for bad naming coding style...


coding-style

Read More
Xamarin Form setter FontFamily reference custom font in same file theme...


c#xamarinxamarin.formscoding-style

Read More
Prefer inline event handler to avoid indirection in code to improve human readability or use handler...


reactjscoding-style

Read More
Macro alternative for C++ code generation...


c++macroscoding-style

Read More
How can I optimize multiple if-else statements with a switch statement?...


php-7optimizationcoding-style

Read More
Creating an empty list in Python...


pythonperformancelistcoding-styletimeit

Read More
Standard for programming 'beautiful' code in Java?...


javacoding-style

Read More
Programming style: write new functions or extend existing ones...


coding-stylerefactoring

Read More
PhpStorm code reformatter treatment of semi-colons...


coding-stylephpstorm

Read More
How can I design a GUI run button for my Python script? The button which only responsible for click ...


pythonpython-3.xpython-requestscoding-stylepython-imaging-library

Read More
Is there a standard in java for _ (underscore) in front of variable or class names?...


javacoding-style

Read More
BackNext