Plurrrr

Wed 10 Jul 2019

A Skull Bone Discovered in Greece May Alter the Story of Human Prehistory

The bone, found in a cave, is the oldest modern human fossil ever discovered in Europe. It hints that humans began leaving Africa far earlier than once thought.

In the evening I read A Skull Bone Discovered in Greece May Alter the Story of Human Prehistory, an article by Carl Zimmer. A very interesting read. I still have Carl Zimmer's book, She Has Her Mother's Laugh: The Powers, Perversions, and Potential of Heredity on my books wishlist. Maybe next month.

Coding Without Comments

if your feel your code is too complex to understand without comments, your code is probably just bad. Rewrite it until it doesn't need comments any more. If, at the end of that effort, you still feel comments are necessary, then by all means, add comments … carefully.

The above quote comes from an article by Coding Horror's Jeff Atwood; Coding Without Comments, which I read in the evening.