Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

auto and static_casts - good practice

c++ c++11 coding-style

When I'm iterating over two arrays at once, which one do I use as the limit?

Haskell pair and unpair functions

haskell coding-style tuples

Safest way to change variable names in a project

Multiple iterations

what is the overhead of passing a reference?

Methods using private members or public accessors

java coding-style

Indenting lambdas and nested actions

Does pep8 fail to recognize `# noqa` in some instances?

python coding-style pep8

How careful are you with your return types in Objective-C?

Quick Advice: How should this be written in Ruby?

ruby coding-style

Visual Studio Extension for Code Alignment [closed]

What to do when project coding standards conflicts with unit test code coverage?

php coding-style phpunit

Is it good to pass minimal parameters?

Is there a standard literal constant that I can use instead of "utf-8" in C# (.Net 3.5)?

Is there a more lispy way to write this code?

Objective-C class naming convention vs Uncle Bob

objective-c coding-style

F# coding style - static vs instance methods

c# coding-style f#

Length of longest word in a list

Idiomatic Scala for applying functions in a chain if Option(s) are defined