Search code examples
Should i use let or const in vue 3 ref variables?...


vue.jsvuejs3coding-stylevue-composition-api

Read More
C# 11.0 required feature...


c#classconstructorcoding-style

Read More
How many lines of code should a function/procedure/method have?...


functioncoding-stylerefactoringcode-metrics

Read More
Should I use «this.» keyword in OOP programing where it's possible to skip it? Any ben...


performanceoopcoding-style

Read More
How can I make quick expression that's visible to assign to const?...


c++c++17coding-style

Read More
What is the alternative of if statement?...


javaif-statementcoding-style

Read More
Arguments to PHP template functions...


phpcoding-style

Read More
Conditionally display data in HTML with conditions...


javascripthtmlnullcoding-style

Read More
Conditional statement against _WinAPI_EnumDisplayDevices() -returned bitflag...


conditional-statementscoding-styleautoitbitflags

Read More
How can I clean this code ? (rock paper scissors)...


pythonlistcoding-style

Read More
Multiline cursor with skipping lines...


eclipsecoding-style

Read More
Are booleans as method arguments unacceptable?...


coding-stylebooleanenumeration

Read More
How can I simplify C# code that sets multiple properties of an object?...


c#coding-style

Read More
Should private methods be placed above or below public methods?...


javamethodscoding-stylerefactoringconventions

Read More
Should I dispose of manually a Dictionary data structure after I am done using it?...


c#.netdictionarycoding-styledispose

Read More
How can i reduce the following Laravel code?...


phplaraveldesign-patternscoding-style

Read More
Is it good practice to end coldfusion self-closing tags with "/>"?...


coding-stylecoldfusionconventions

Read More
What do the comments `// <name> ::` and `// :: <name>` to mark code segments in Java mea...


javacoding-stylecomments

Read More
What tools can be used to help clean up and shore up a sloppy .NET codebase...


.netcoding-style

Read More
Directly return a table entry from a (simplest) function in Lua...


luacoding-stylereturn-valuelua-table

Read More
Should a collection of constants be placed in a class or interface?...


javastandardscoding-style

Read More
What's a good name for an Enum for Yes & No values...


c#coding-stylenaming-conventionsnaming

Read More
kebab-case in MDB components for Vue...


vue.jsmaterial-designcoding-stylevuejs3

Read More
ReSharper and StyleCop vs. the step-down rule (Clean Code)...


c#coding-styleresharpercode-cleanup

Read More
How to support Allman Style coding in Go?...


coding-stylego

Read More
Usage of HACK and UNDONE comment tags...


language-agnosticcoding-styledocumentationtags

Read More
Is there any penalty for empty statements in C/C++?...


performancecoding-style

Read More
StyleCop rule for different bracing style instead of just disabling it?...


c#coding-stylestylecopcurly-braces

Read More
Should .net comments start with a capital letter and end with a period?...


.netcoding-stylecomments

Read More
which one to use: if "key" not in dict VS if dict.get("key") is None #Python3...


python-3.xcoding-style

Read More
BackNext