Search code examples
What is the difference between using tab and space when we do source code formatting?...


javascripthtmlcsscoding-style

Read More
C++: return the return value of a void function from a void function...


c++coding-stylestandards-compliance

Read More
How can I break a line of chained methods in Python?...


pythoncoding-stylepep8

Read More
How to change input float name color on ionic?...


cssangularionic-frameworksasscoding-style

Read More
How much duplicated code do you tolerate?...


refactoringcoding-styledrycode-duplication

Read More
Why use = to initialise a primitive type in C++?...


c++coding-stylec++03

Read More
Which code is better? Efficiency vs code readability...


javascriptcoding-style

Read More
C++ Template implementation file extension convention?...


c++templatescoding-style

Read More
XSS attacks and style attributes...


javascripthtmlcoding-stylexss

Read More
I couldn't get data from class...


flutterdartmobilecoding-stylecross-platform

Read More
How to reduce too many parameters from constructor...


c#design-patterns.net-coresonarqubecoding-style

Read More
Qt Designer vs Handcoding...


qtuser-interfacecoding-stylewidgetqt-designer

Read More
How to make gcc/clang warn about missing breaks in switch statements...


gcccoding-styleswitch-statementclanggcc-warning

Read More
How can I convince my co-programmers not to do paranoid "just to be sure programming"?...


language-agnosticcoding-style

Read More
How to avoid re-implementing sort.Interface for similar golang structs...


gointerfacecoding-styleslice

Read More
Using true and false in C...


ccoding-style

Read More
write a program to store seven fruits in a list entered by the user...


pythoncoding-stylepython-3.10

Read More
Methods which return values vs methods which directly set attributes in Python...


pythonoopcoding-style

Read More
Which statetment is kotlin-way?...


kotlincoding-style

Read More
Why don't people indent C++ access specifiers/case statements?...


c++coding-styleindentation

Read More
Where should I put @Transactional annotation: at an interface definition or at an implementing class...


javaspringannotationscoding-style

Read More
Opaque C structs: various ways to declare them...


ccoding-stylestructtypedefopaque-pointers

Read More
"Double" assignment - should it be avoided?...


coding-style

Read More
methods in constructors, bad?...


c#structurecoding-style

Read More
Should I name "makefile" or "Makefile"?...


coding-stylemakefilegnu-make

Read More
How to: Safeguard memory - strncat()?...


cwindowsstringcoding-style

Read More
Prefixing interfaces with I?...


unit-testinginterfacedependency-injectiontddcoding-style

Read More
Is it mandatory utility class should be final and private constructor?...


javacoding-styleprivatefinal

Read More
Why is it sometimes recommended to initialize variables separately from declaring them?...


cvariablesinitializationcoding-style

Read More
Returning both computation result and status. Best practices...


coding-stylereturn-value

Read More
BackNext