Technology News Worth Reading

Here are a few technology news stories that I’ve read in the past week or so. Reading Code Is a Skill The problem is not that we shouldn’t write readable code. Of course we should aim to write readable code, if only for our own poor selves further down the line (there is no one less capable READ MORE

6 Efficient Things You Can Do to Refactor a C++ Project by Bartlomiej Filipek (Bartek)

Bartek posted an article today as part of a series of his work modernizing/refactoring a legacy C++ project. His series of articles takes an old C++ application and brings it up-to-date. In the article, Bartek covers the following techniques: Having the latest Compiler and correct C++ Standard version Fix Deprecated or Removed C++ Features Unit READ MORE