Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

ruby typical eql? and == implementations

ruby equality idioms

Multi-bullet Doxygen @note?

Is it worth idiomatic programming? An ES6 example [closed]

In Clojure, when should trees of heterogenous node types be represented using records or vectors?

clojure tree types idioms

Why not a two-process state machine in VHDL?

vhdl idioms fsm

What is a good idiom for nested flatMaps in Java Reactor?

Avoiding unnecessary slice copying in Python

python optimization idioms

Clojure-idiomatic way to initialize a Java object

Versioning a Ruby Object

ruby versioning idioms

What are the best ways to compare the contents of two list-like objects?

python polymorphism idioms

Is recursion a smell (in idiomatic Clojure) because of of zippers and HOFs?

Explicit type annotation for generic constructor of a generic type

generics rust idioms

Under the NVI idiom, why can't the virtual function be public?

Kotlin benifits of writing helper/util methods without wrapping in class

kotlin coding-style idioms

What is an idiomatic way to create a zero-sized struct that can't be instantiated outside its crate?

rust idioms

Ruby idiom: method call or else default

ruby methods default idioms

Access operator functions by symbol

Functional way to write these methods in F#

f# idioms

Python idiom for counting loop execution

python for-loop idioms

Best practice / idioms in C# to create "case classes"

c# inheritance idioms