Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

An interesting C linked list idiom

c idioms

What is the idiomatic way to get the index of a maximum or minimum floating point value in a slice or Vec in Rust?

Sink arguments and move semantics for functions that can fail (strong exception safety)

In idiomatic Typescript, should I always declare a variable's type, or should I rely more on type inference?

typescript idioms

What is the most idiomatic way to handle variables declared in multiple for loops? [closed]

javascript idioms

HOWTO: Idiomatic Rust for callbacks with gtk (rust-gnome)

When is explicit recursion necessary?

haskell recursion idioms

In ruby, is truthiness idiomatic for a method name ending with a question mark?

ruby idioms truthiness

Use 'comma ok' idiom or return pointer?

go idioms

Idiomatic Clojure for picking between random weighted choices

clojure idioms

Preferred way to instantiate types in Go

What's the most idiomatic Clojure way to write this?

clojure idioms

Open and closed union types in Ocaml

types ocaml idioms

Is returning a reference for accessor idiomatic?

c++ reference idioms accessor

jquery .val() += idiom

javascript jquery idioms

When to use dup, and when to use clone in Ruby?

ruby clone idioms dup

How does the "#map(&proc)" idiom work when introspecting module classes?

Lightweight wrapper - is this a common problem and if yes, what is its name?

What's the point of "for x in y" in Ruby?

ruby-on-rails ruby idioms

Does a function like this already exist? (Or, what's a better name for this function?)

haskell monads idioms