Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

C - What does this line mean?

c coding-style embedded

When should I use a ellipsis in a Menu Item

Use of the String(String) constructor in Java [duplicate]

java string coding-style

Should I test if equal to 1 or not equal to 0?

Flutter, can i pass a Map for the named parameters

PHP Formatter for single-line code blocks

Include File Ordering Strategy

Automatic tool for checking code conventions for C/C++ [closed]

When should I use underscores between words in Python function names (according to the style guide)?

python coding-style

Questions on Juval Lowy's IDesign C# Coding Standard [closed]

c# .net coding-style standards

Where can I find proper examples of the PEP 257 Docstring Conventions?

python coding-style

Why do some users quote classnames in Perl?

Is there a Visual guide to System.Windows.SystemColors? [closed]

MVC3 WebGrid Formatting or Styling Column Headers

Best practice for passing server-side variables to javascript? [duplicate]

Is it worth to insert `const`-correctness

Dos and Don'ts of Conditional Compile [closed]

c++ c coding-style

Proper commenting for functional programming

If you're already using a framework, should you never write "plain vanilla" js?

Where does the TODO convention come from?