Search code examples
When determining the winner in a Tic Tac Toe game, how do I avoid repetition?...


javacoding-style

Read More
custom_data parameter is not triggered in terraform script...


linuxshellcoding-styleterraformterraform-provider-azure

Read More
How do you reconcile common C++ naming conventions with those of the libraries...


c++coding-stylenaming-conventions

Read More
SVG: Use Attributes or CSS to style?...


coding-stylesvg

Read More
Writing copyright information in python code...


pythoncoding-stylecopyright-display

Read More
long lines in dict according to PEP8...


pythonpython-3.xcoding-stylepep8

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