Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

Seeking constructive criticism on monad implementation

haskell monads idioms

Alternative to the `match = re.match(); if match: ...` idiom?

python idioms

Hashes of Hashes Idiom in Ruby?

ruby idioms hash-of-hashes

What are some GraphQL schema naming best practices?

reactjs schema graphql idioms

What does it mean by "#define X X"?

Convert rune to int?

go type-conversion idioms rune

Idiomatic construction to check whether a collection is ordered

scala recursion fold idioms

What is the idiomatic way to assoc several keys/values in a nested map in Clojure?

clojure idioms

Idiomatic efficient Haskell append?

Python "Every Other Element" Idiom [duplicate]

python idioms

Ruby idiom for substring from index until end of string

Rails idiom to avoid duplicates in has_many :through

Get the first element of a list idiomatically in Groovy

list groovy idioms

Are one-line 'if'/'for'-statements good Python style?

Idiomatic way of handling nullable or empty List in Kotlin

What is the idiomatic way to return an error from a function with no result if successful?

Python indentation in "empty lines"

python coding-style idioms

C++ code for state machine

What C++ idioms should C++ programmers use? [closed]

Idiomatic use of std::rel_ops