Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Has anyone created custom StyleCop and FxCop rules for the Lance Hunt C# coding standards?

c# coding-style fxcop stylecop

PSR-2 coding standard: why no closing PHP tag in files containing only PHP? [duplicate]

php coding-style

Is this the cleanest way to repeat method call in Java?

java coding-style

Python: elegant and code saving way to split an string in a list

Python: suggestions to improve a chunk-by-chunk code to read several millions of points

C conventions - how to use memset on array field of a struct

c coding-style conventions

Applying temporal median filter to a video

What's the style for immutable set and map in F#

Enforce no bald pointers in C++

How can I reduce lines of code in PHP? [closed]

Is assignment from control flow (ifs, switches) good style?

Precompiled header is from previous version of compiler

"One-time use methods" - looks better, but harder to read?

java coding-style

Proper way to establish database connection in python

Use `next` with an accumulator argument in a `reduce`

ruby coding-style rubocop

Java: Triple Curly Bracing

java coding-style folding

Why val declaration doesn't follow scala constants naming convention?

how to change the look and feel for Qt form?

Sorting methods in class file by access modifiers [duplicate]

c# coding-style