Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

C style/C++ correctness, is struct/union/enum tag same as type name bad in any way?

c++ c coding-style typedef

Using a generic type argument in place of an argument of type System.Type. Is it a smell? [closed]

c# coding-style

Python PEP 8: Blank lines at the beginning of a module

python coding-style pep8 pep

Comma-first JS formatter

Use of Process with using block [duplicate]

Why is the usage of "#" comments frequently discouraged in PHP?

When should we insert blank line(s) in source code?

How to design a program with many configuration options?

python api coding-style

Tips for coding using hostile tools? [closed]

coding-style

Metaprogramming C/C++ using the preprocessor

Per-class constants in Python

python coding-style

c# naming convention for variables with same data but different types

Why use var { VariableName } = require('') in javascript?

CA1726: FxCop Forbidden Word: Flags

c# coding-style fxcop rules

Ruby convention for accessing first/last element in array [closed]

ruby coding-style

Preventive vs Reactive C# programming

c# coding-style

reduce, or explicit recursion?

coding-style lisp

python: unintentionally modifying parameters passed into a function

python coding-style

C#: Union of two ICollections? (equivalent of Java's addAll())

c# syntax coding-style

Java's return value in try-catch-finally mechanism

java coding-style jvm