Search code examples
What's the best best practice to validate object fields?...


javascriptcoding-style

Read More
Should you use pointers (unsafe code) in C#?...


c#.netpointerscoding-styleunsafe

Read More
Why use multiple classes in html?...


htmlcsscoding-style

Read More
Conditional logging with minimal cyclomatic complexity...


language-agnosticloggingcoding-stylecyclomatic-complexity

Read More
how does the output became 2? don't understand...


javaswitch-statementcoding-style

Read More
XSLT Stylesheet: Changing text to upper case...


xsltcoding-styleuppercase

Read More
Documenting first-class-assigned functions...


pythoncoding-styledocstringfirst-class-functionsnumpy-ufunc

Read More
Is there a cleaner way to set a top-level variable later in code without making it a lateinit var?...


variableskotlincoding-stylelazy-initializationclean-architecture

Read More
Create default values for dictionary in python...


pythoncoding-styleperformance

Read More
How do you assign a variable with the result of a if..else block?...


rubycoding-style

Read More
Is making in-place operations return the object a bad idea?...


pythoncoding-stylemutablemutability

Read More
How many constructor arguments is too many?...


parametersrefactoringconstructorcoding-style

Read More
How to stop littering your code with Optional IsPresent()?...


javacoding-styleoption-typecode-cleanup

Read More
Any difference between `auto* p = &n` and `auto p = &n`?...


c++c++11syntaxcoding-styleauto

Read More
Extracting key value from object into array of objects with specific fields...


javascriptcoding-stylelodash

Read More
Clean way to respect DRY for conditions...


typescriptalgorithmcoding-styledry

Read More
Clean way of writing several nested if-else with number ranges in Go...


gocoding-style

Read More
Split a dataframe into two but knowing already one...


pythonpandasdataframecoding-style

Read More
Is it bad practice to write a whole Flask application in one file?...


pythonflaskcoding-stylestandardsproject-structure

Read More
Adding function to sys.excepthook...


pythoncoding-styleexception

Read More
Which is the best `useReducer` -> reducer function declaration...


reactjsoptimizationcoding-stylereact-hooks

Read More
Recursive JS Function To Move Specific Characters To End Of String...


javascriptnode.jsstringsubstringcoding-style

Read More
Java - Clone the property inside getter method...


javacoding-styleclonegetter-setter

Read More
Null pointer when auto-wiring in Spring Boot...


javaspringspring-bootcoding-style

Read More
Convert JS line comments to spaced block comments in IntelliJ IDEA...


javascriptintellij-ideacoding-stylecommentswebstorm

Read More
Intellij Scala multiple import style formatting settings...


scalacoding-styleformattingintellij-idea

Read More
Swift: Calling an Enum value converter function as a first class function...


swiftenumscoding-stylefirst-class-functions

Read More
difference between if(pointer) vs if(pointer != NULL) in c++, cpplint issue...


c++pointerscoding-stylecpplint

Read More
Refactoring to make code open for extensions but closed for modifications...


c#coding-stylesolid-principlesopen-closed-principle

Read More
what's the best way to use "isSomething"?...


performanceoopcoding-style

Read More
BackNext