Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Documentation style: how do you differentiate variable names from the rest of the text within a comment? [closed]

Setting a Style using Binding in XAML

Good Javascript code

Javascript: Configuration Pattern

Tool to detect style issues for c++ code?

c++ coding-style

JS library best practice: Return undefined or throw error on bad function input?

javascript coding-style

Is it wrong to use CSS in this way?

html css coding-style

Vectorize for loop over data frame in R

r coding-style

How to combine logging with an exception handling chain?

Is there a standard for corresponding restful PHP functions?

Stop processing sourced file and continue

bash shell coding-style

Should I include <stdio.h> in my header file, just so I can declare a function that takes a FILE*?

Clean way to avoid conditions

How to define the default name field suggestion in Visual Studio 2019 for c#

StyleCop for ReSharper

Tips on writing concise and elegant Java [closed]

Why doesn't GNOME use C99?

c coding-style c99 gnome c89

Re-writing a "better" code

Enum vs String as a parameter in a function

python numpy coding-style

Do you prefer "if (var)" or "if (var != 0)"? [closed]

c perl coding-style