Links tagged “code”
36 links, newest first.
engineeringblog.yelp.com
Yelp's checklists for posting and reviewing code changes — pick the right reviewers, keep diffs small, self-review first, and answer within a day.
r.32k.io
Thirteen one-line engineering principles — don't be clever, code is a liability, make it correct before you make it fast.
blogs.msdn.microsoft.com
Argues that source code is a cost to be minimised rather than an asset to accumulate, since every line carries ongoing maintenance debt.
lewagon.com
Site of Le Wagon, a tech bootcamp running immersive coding and AI courses for people changing career.
pythonsheets.com
Collection of short Python code snippets, from language basics to databases, networking, concurrency and the standard library.
rosettacode.org
A programming chrestomathy wiki presenting solutions to the same task in as many different languages as possible, to show how each one expresses it.
github.com
A repository of design patterns and idioms implemented in Python, sorted into creational, structural and behavioural groups.
github.com
PHP is your friend. Trust PHP. https://t.co/JItYi9wP /via @revolunet @sexyprout
phabricator.org
"Written in PHP, so literally anyone can contribute, even if they have no idea how to program" http://t.co/ht9zRnYA
gist.github.com
@PierreJoye @futurecat http://t.co/WLLkQ3Ee <3
catonmat.net
I decided to write an article about a thing that is second nature to embedded systems programmers - low level bit hacks. Bit hacks are ingenious little programming tricks that manipulate integers in a smart and efficient manner. Instead of performing some operation (such as counting the 1 bits in ...














