Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

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