Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

Sentinel object and its applications?

python idioms sentinel

Python - Idiom to check if string is empty, print default

python django idioms

Is the Non-Virtual Interface (NVI) idiom as useful in C# as in C++?

When are guard expressions appropriate?

haskell idioms

Perl idiom for getting a maximum number of elements in an array

perl idioms

A min= idiom in C++?

Haskell: Is there an idiomatic way to insert every item in a list into its own list?

list haskell idioms

substrings and the Go garbage collector

string go slice idioms

Indexing numpy array by a numpy array of coordinates

python arrays numpy idioms

Is this a good structure for my jQuery scripts?

javascript jquery idioms

Non-virtual interface? (Need a very performant low level abstraction)

Can I / Should I use std::exception's for regular error handling?

c++ error-handling idioms

Preferred file line by line read idiom in Python

python file-io idioms

List of idiomatic word pairs

terminology idioms

Is there an idiomatic way to get a potentially undefined key from an array in PHP?

php arrays idioms

Python equivalent of Perl's idiom do this or that, usually known as "or die"?

Represent a class as a dict or list

python structure idioms

Is there a django idiom to store app-related variables in the DB?

Idiomatic Haskell code to simplify recursion

haskell recursion idioms

Idiomatic Scala List Comprehension - first item that matches