Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Vue: <tag></tag> vs <tag />

Identifying the types of all variables in a C project

What are the best practices for safely parsing a string?

c# .net coding-style

Building a long query and have a lot of if statements - is there a more elegant way?

Suppressing Static Code Analysis Warning CA1806 for TryParse calls

c# coding-style fxcop

python 3: random.seed(): where to call it?

Python merge dictionaries with custom merge function

Public members in package private class

java oop 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]