Search code examples
Too many if statements...

pythonif-statementconditional-statementscode-readabilitycode-maintainability

Read More
Lodash Filter with Multiple Functions...

javascriptfilterlodashcode-readability

Read More
How to make SQL query more readable in PHP?...

phpmysqlreadabilitycode-readability

Read More
Guard clause for a single statement function?...

coding-stylereadabilitycode-readabilityhuman-readableguard-clause

Read More
Is there any way for grouping cases in MySQL CASE statements?...

mysqlswitch-statementcoding-stylecase-statementcode-readability

Read More
Extracting information from a collection - readablility or performance?...

javaperformancereadabilitycode-readability

Read More
`if key in dict` vs. `try/except` - which is more readable idiom?...

pythonidiomsreadabilitydefaultdictcode-readability

Read More
Compact way to filter a vector base on two vectors of position in R...

rperformancedata-manipulationcode-readability

Read More
Ignoring null parameter in where clause linq to sql...

c#code-readabilitymaintainability

Read More
Initialize C struct vs assign members...

csoftware-designreadabilitycode-readability

Read More
Dealing with type changing side effects in TypeScript...

javascripttypescripttypescript-typingsside-effectscode-readability

Read More
convert array into array of subarrays...

javascriptperformancerefactoringcode-readability

Read More
Complex If conditions. Bad practice?...

c#unity-game-enginereadabilitycode-readability

Read More
Proper use of "return" in functions...

functionreturncode-readabilitypep

Read More
Import module based on string...

pythonscikit-learnpython-importcode-readability

Read More
Preferred way to model nullable TIMESTAMP with a Gorm model?...

gogo-gormcode-readability

Read More
Best practice for Mongoose updates to database in Node.js?...

node.jsperformancemongoosecode-readability

Read More
Best Way to Format a Simple When Function in JS...

javascriptreadabilitycode-readability

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

c++coding-stylecode-readability

Read More
Code Readability: multiple error classes in single file?...

javascriptnode.jseslintcode-readability

Read More
How can I write a short-hand expression that validates an integer, and returns an integer or a null?...

phpphp-7.2code-readability

Read More
Omitting the 'else' in PHP ternary and null coalescing operators...

phpreadabilitycode-readability

Read More
Getting an if-statement to also check for a defined macro...

c++if-statementc-preprocessorcode-readability

Read More
Using pass statement in python as a way to make code more readable? Does it matter?...

pythonreadabilitycode-readability

Read More
How to handle option-arguments in Python? (arguments that can only be of a set of values)...

pythonargumentscode-readability

Read More
How can I get @getter and @setter?...

javaannotationsgetter-setterlombokcode-readability

Read More
Shorten an if statement whose statement are reversed...

pythonalgorithmif-statementcode-readability

Read More
How to simplify a repetitive function...

pythonfunctionif-statementrepeatcode-readability

Read More
How to deal with Pylint's "too-many-instance-attributes" message?...

pythoninstance-variablespylintcode-readabilitycode-structure

Read More
Raising errors: Ugly code... Better way to write?...

pythoncode-readability

Read More
BackNext