Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

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

Multiple Exits From F# Function

f# structure idioms

What is the standard way to write nested define statements (like in scheme) for clojure?

clojure scheme idioms

Is there an idiomatic way to avoid long Clojure string literals?

clojure idioms

JavaScript coding technique or bad code?

With std::byte standardized, when do we use a void* and when a byte*?

c++ byte c++17 idioms

Rails 3: What is the proper way to respond to REST-ful actions with JSON in rails?