Search code examples
Using AStyle in Vim...


vimformattingcoding-style

Read More
String output: format or concat in C#?...


c#stringcoding-stylestring.format

Read More
Is using constants like INTEGR_ONE a good way, why can't we use the 1 itself?...


javaconstantscoding-style

Read More
In C#, is accessing the current object's properties through this.XYZ considered poor style compa...


c#coding-style

Read More
Prettier breaks line in function definition when it has the type of returned function...


javascripttypescriptcoding-stylecode-formattingprettier

Read More
Long code blocks inside if statements or for loops...


refactoringformattingcoding-style

Read More
Correct way of implementing database-wide functionality...


pythondatabasedjangodjango-modelscoding-style

Read More
Why is qCDebug() macro defined in the way it is?...


c++qtcoding-style

Read More
How can I make selecting highest number more compact with python?...


pythonarrayssortingoptimizationcoding-style

Read More
Cleaning up java code, multiple else if statements...


javacoding-style

Read More
How to expand list comprehension in Python?...


pythoncoding-stylecomputer-science

Read More
Whats the purpose of non shared services in symfony?...


phpsymfonydependency-injectioncoding-style

Read More
is clojure open to whatever works regarding naming conventions (of fns), especially regarding generi...


clojurecoding-styleconventions

Read More
How do I make my custom discord bot to delete an embed it sent out in a few seconds after the msg ha...


javascriptdiscorddiscord.jscoding-style

Read More
Are there any good automated frameworks for applying coding standards in Perl?...


perlframeworkscoding-styleperl-critic

Read More
how to write this code without the need of more than one new operator?...


c++genericscoding-stylenew-operatorcopy-constructor

Read More
Using Partial Classes to manage code, good solution?...


c#coding-stylerefactoringpartial-classescode-cleanup

Read More
How to reduce amount of if conditions on Python?...


pythonconditional-statementscoding-style

Read More
When to create a new function in PowerShell?...


powershellcoding-style

Read More
In JS there is any Pattern or Class style to follow when primarily manipulating DOM Elements?...


javascriptclassdesign-patternscoding-style

Read More
Lisp Parentheses...


coding-stylelisp

Read More
Codify a measure in a database field name...


databaselanguage-agnosticcoding-style

Read More
How to copy only used CSS in developer tools...


csscoding-styledeveloper-tools

Read More
Should I split a ruby single-line if statement into multi-line if statement because the line is long...


rubycoding-style

Read More
const int *p vs. int const *p - Is const after the type acceptable?...


c++cpointerscoding-styleconstants

Read More
What's the correct way to sort Python `import x` and `from x import y` statements?...


pythoncoding-stylepython-importpep8

Read More
Any reason to clean up unused imports in Java, other than reducing clutter?...


javaeclipsecoding-styleimport

Read More
why is my output not coming in double form, when everything that i've declared is in double form...


c++coding-style

Read More
Why is the post-increment ++ more widely used over the pre-increment in programming examples?...


coding-style

Read More
python, opencv: duration of time an object is detected on webcam...


pythonalgorithmopencvcoding-style

Read More
BackNext