Search code examples
codestyle; put javadoc before or after annotation?...


javacoding-styleannotationsjavadoccode-documentation

Read More
Dot notation vs. message notation for declared properties...


objective-csyntaxcoding-style

Read More
Public fields in a Data Transfer Object...


javacoding-style

Read More
Angular 14 - what method would be best coding practice angular components...


angularcoding-style

Read More
Using "super" in C++...


c++coding-style

Read More
What are the advantages of using getters and setters instead of functions or simply public fields in...


phpoopcoding-stylegetter

Read More
Where should we put the opening brace of a class in 1TBS style?...


coding-styleindentationcurly-braces

Read More
Bytewise reading of memory: "signed char *" vs "unsigned char *"...


c++ccoding-stylecharunsigned-char

Read More
Python: variable naming convention - file, path, filepath, file_path...


pythoncoding-stylenaming-conventions

Read More
What should I do when project coding standards conflict with unit test code coverage?...


phpcoding-stylephpunit

Read More
HP Fortify SQL injection issue on preparedStatement in java...


javajdbccoding-stylefortify

Read More
Is it pythonic to use the '__main__' mechanism to test the module?...


pythoncoding-styleidioms

Read More
How can I refactor complicated method with views in Activity or Fragment?...


javaandroidkotlincoding-stylerefactoring

Read More
is there a way to put the method functions of a class, in separate files (javascript)?...


javascripthtmlclassoopcoding-style

Read More
Too many imports are spamming my Java code...


javacoding-styleimportpackage

Read More
When is a function too long?...


functionrefactoringcoding-style

Read More
C++ how can I simplify this if else statement?...


c++c++11c++17coding-style

Read More
Dictionaries and default values...


pythondictionarycoding-style

Read More
When would you swap two numbers without using a third variable?...


algorithmcoding-styleswap

Read More
Entity/Domain purety dilemma in the clean architecutre/Domain driven design...


coding-styledomain-driven-designclean-architecturebusiness-logic

Read More
How to indent Python list-comprehensions?...


pythoncoding-style

Read More
What is the best approach to centralzing error messages in an application?...


.neterror-handlingcoding-style

Read More
how do you make a For loop when you don't need index in python?...


pythoncoding-stylepylintdummy-data

Read More
pythonic way to do something N times without an index variable?...


coding-stylefor-looppython

Read More
Why would var be a bad thing?...


c#coding-styleimplicit-typing

Read More
JavaDoc: where to add notes/remarks to documentation?...


javacoding-stylejavadoc

Read More
Order of functions within a Python source file...


pythoncoding-style

Read More
What does it means to not exceeding 80 characters in a line in Python?...


pythoncoding-stylepep8

Read More
When to use each method of launching a subprocess in Ruby...


rubyperformancecoding-stylestandardssubprocess

Read More
When to use a private constant?...


coding-styleconstantsprivate

Read More
BackNext