Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is it good style to use lambda functions to define very small helper functions?

c++ c++11 coding-style lambda

What is the convention for the placement of inner classes in java? [closed]

Swift 3 functions naming convention [closed]

ios swift swift3 coding-style

How do you style major and minor comments?

coding-style comments

"using" directive in Java

java alias coding-style

java style for long throws exception list

Python style: if statements vs. boolean evaluation

Idiomatic way to conditionally process IO in Haskell

Is it good practice to end coldfusion self-closing tags with "/>"?

Using NULL as a key value in a Map

java coding-style map null key

Do you use nouns for classnames that represent callable objects?

Does any language have a while-else flow structure?

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