Search code examples
Autoload in Python...


best-practicespythoncoding-styleautoload

Read More
Why is it customary to put many closing parentheses on one line in Lisp-based languages?...


coding-styleclojurelispparentheses

Read More
For a boolean field, what is the naming convention for its getter/setter?...


javacoding-stylenaming-conventionsjavabeans

Read More
Which tool checks for Java class member order?...


javacoding-stylecheckstylepmd

Read More
Which comment style should I use in batch files?...


windowsbatch-filecoding-stylecomments

Read More
When is it appropriate to use a semicolon?...


typescriptcoding-style

Read More
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
BackNext