Search code examples
What are hourglass imports and why would they be avoided in a codebase?...


pythoncoding-style

Read More
What is the meaning of leading and trailing underscores in Linux kernel identifiers?...


clinuxcoding-stylekernel

Read More
coding guidelines for python dictionaries...


pythoncoding-style

Read More
Which is better and efficient memory-wise, a big array or multiple arrays?...


javaandroidarrayskotlincoding-style

Read More
JUnit test data in static or non static methods...


javajava-8coding-stylejunit4

Read More
Is using "default" case in a switch statement a good habit?...


javacoding-styleswitch-statementpascal

Read More
Run a Loop of maximum digits of number...


javaarraysloopscoding-style

Read More
Should I use @typescript-eslint/explicit-function-return-type eslint's rule?...


javascripttypescriptcoding-styleeslint

Read More
Do you end your exception messages with a period?...


c#exceptioncoding-stylemessage

Read More
Best way to check for nullable bool in a condition expression (if ...)...


c#coding-stylenullable

Read More
Comment method callers name above the callee method...


javascriptpythonphpcoding-style

Read More
Which exception to throw on discovering illegal/corrupted container object state after the fact?...


c#exception.net-3.5compact-frameworkcoding-style

Read More
pylint equivalent for SQL?...


sqlapache-spark-sqlcoding-stylelint

Read More
Use case statement for skip a filter in where affects the performance of the query?...


sqlsql-serverperformancecoding-style

Read More
Py3k: What's more pythonic - one import with commas or many imports?...


pythoncoding-stylepython-3.x

Read More
regarding an "IF" statement, is "if" a function?...


phpcoding-styleprogramming-languages

Read More
Java recognise an error being thrown from another method...


javaspringexceptiondesign-patternscoding-style

Read More
How to import code style scheme on Intellij from outside the IDE...


javaintellij-ideacoding-styleformatter

Read More
package convention for java Springboot lightweight controllers?...


spring-bootcoding-stylestandardsjava-package

Read More
Disable checkstyle for hashCode and equals...


javacoding-stylecheckstyle

Read More
Which way is recommended to use guard let?...


iosswiftcoding-styleguard

Read More
Conditonal Rendering of components...


reactjscoding-style

Read More
Use of instance variables vs passing data as a parameter...


javaandroidperformancecoding-style

Read More
How comparison operator utilizes CPU cycle in programming...


if-statementconditional-statementscoding-stylesoftware-designinstruction-set

Read More
Python code style: spaces around joinpath operator of pathlib...


pythoncoding-stylepep8pathlib

Read More
What's the standard practice for naming labels in Go?...


gocoding-stylenaming-conventionscontrol-flowcontinue

Read More
Using if (!bool) vs if (bool == false) in C#...


c#coding-style

Read More
How to solve this Python puzzle in a much more elegant manner?...


coding-stylepython

Read More
JavaScript style/optimization: String.indexOf() v. Regex.test()...


javascriptregexoptimizationcoding-style

Read More
setTimeout() with string or (anonymous) function reference? speedwise...


javascriptperformancecoding-style

Read More
BackNext