Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

idiomatic way to declare protected method in Scala when allowing for composition?

Scala: how to implement via function object parameters a generic flow where signatures differ?

Pythonic way to process multiple for loops with different filters against the same list?

python list iterator idioms

Script a ruby command-line app; best way to do this?

ruby idioms

What is the idiomatic way of performing an "integer " conversion/typecast in javascript?

javascript integer 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