Search code examples
Python: if not val, vs if val is None...


pythoncomparisonbooleanreadability

Read More
How to make code more readable and simpler...


javascriptsimplifyreadabilitycode-cleanupcode-readability

Read More
C++ take first n elements from array...


c++c++11readability

Read More
running multiple lines of R code that differ by a single variable each time to improve readability...


rreadabilitylongitudinal

Read More
Looping on C++ iterators starting with second (or nth) item...


c++coding-styleiteratorreadability

Read More
How do I calculate the "median of five" in C#?...


c#algorithmreadabilitymedian

Read More
Why are "continue" statements bad in JavaScript?...


javascriptreadabilitycontinue

Read More
Python: Best way to declare more than one keys in a shelf...


pythonformatreadability

Read More
Are there performance benefits from separating data calculations from data formatting in Kotlin app?...


androidperformancekotlinreadability

Read More
Is it best practice to separate data calculations from data formatting in Kotlin app?...


androidfunctionkotlinoptimizationreadability

Read More
Better way to pass bool variable as parameter?...


c++readability

Read More
What is a term in Java?...


javabytetokenreadability

Read More
Access to the key-value pair of a Map with one element in Java...


javadictionaryreadability

Read More
Is there a using/Dispose syntax that will be more eager to dispose but just as safe as chaining?...


c#garbage-collectionusingidisposablereadability

Read More
How can I avoid repetitive code using reference types?...


c#readability

Read More
How to remove duplicate JavaScript code of DOM event handler?...


javascriptdomdom-eventsreadability

Read More
How to properly set Python class attributes from init arguments...


pythonpython-decoratorsreadability

Read More
How to reduce the number of if-else statements in PHP?...


phpnestedreadabilityif-statement

Read More
Where to place __all__ in a Python file?...


pythonpep8readabilitycode-readabilityflake8

Read More
Best way to handle large if/else...


pythontime-complexityreadability

Read More
specify the type inside a class method...


python-3.xparameter-passingreadability

Read More
Is "for(;;)" faster than "while (true)"? If not, why do people use it?...


c++coptimizationreadabilityinfinite-loop

Read More
Is there an IDE/utility to refactor Python * imports to use standard module.member syntax?...


pythonsyntaxiderefactoringreadability

Read More
Is "overcrowding" a member initializer list a thing?...


c++initializationreadability

Read More
"Good" way how to update state (from its previous value) in React...


javascriptreactjsarrow-functionsreadabilitystate-management

Read More
Does making python more compact, make it more efficient?...


pythonpython-3.xperformancereadabilityredundancy

Read More
How to find out all permutations of numbers that sum to 100...


c#performancelinqrecursionreadability

Read More
Is giving an argument the same name as the kwarg parameter bad practice in Python?...


pythonkeyword-argumentreadability

Read More
Calculate Gunning-Fog score on excel values...


pythonpandasreadability

Read More
How to handle a wide variety of object types for the same data...


ooparchitecturesoftware-designreadabilitycode-complexity

Read More
BackNext