Search code examples
How would you implement the pilloried function in the Daily WTF?...


ccoding-style

Read More
Should Java member enum types be capitalized?...


javaeclipsecoding-styleenumsnaming-conventions

Read More
Marking-up argument names in comments of functions...


coding-stylecomments

Read More
When should I use a project reference as opposed to a binary reference?...


standardscoding-style

Read More
Is inline code in .aspx pages good practice?...


asp.netcoding-style

Read More
Encapsulating an algorithm into a class...


design-patternscoding-styleclass-design

Read More
Which is more appropriate: getters and setters or functions?...


c++coding-stylesettergetter

Read More
What conventions exist for ordering arguments in methods?...


oopcoding-style

Read More
Are there NSIS best practices or coding standards?...


installationcoding-stylensis

Read More
How do I name a method that lists groups where user is a member of?...


coding-style

Read More
What real-world projects would you suggest as code examples to study?...


coding-style

Read More
Do you group private fields or put them with their property?...


c#layoutcoding-style

Read More
Is lining up operators a worthy style?...


coding-style

Read More
F# style - prefer () or <|...


f#coding-style

Read More
How important is it to indicate if a class implements an interface in Perl?...


perloopcoding-style

Read More
Do you put the error condition first or last?...


language-agnosticcoding-style

Read More
Calling method versus class.method...


javacoding-style

Read More
Is making in-place operations return the object a bad idea?...


pythoncoding-stylemutablemutability

Read More
Best practice for lazy loading Python modules...


pythoncoding-style

Read More
Fail vs. raise in Ruby : Should we really believe the style guide?...


rubyexceptioncoding-styleconventions

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


c#coding-stylenullable

Read More
Good or bad practice? Initializing objects in getter...


c#coding-stylegetter

Read More
Is using curly braces in variables good practice in php...


phpcoding-style

Read More
Should I log before or after an operation?...


pythonloggingcoding-style

Read More
coding standards in yii framework...


phpyiicoding-style

Read More
Is there a cleaner way to set a top-level variable later in code without making it a lateinit var?...


kotlinvariablescoding-stylelazy-initializationkotlin-extension

Read More
Is it a common practice to place C++ definitions in header files?...


c++coding-styleheader-filescode-separation

Read More
Best Practice on IF/ELSE Statement Order...


vb.netif-statementcoding-style

Read More
Space Before Closing Slash?...


htmlxmlxhtmlcoding-style

Read More
Why it is preferred in Lisp to put several closing parentheses on the same line?...


coding-stylelisp

Read More
BackNext