Showing posts with label Development. Show all posts
Showing posts with label Development. Show all posts

Thursday, December 12, 2013

KDevelop 4.6 & Ninja

Ist normalerweise nicht meine Baustelle, aber vielleicht ist das was für unsere C++/Linux-Ritter: Laut Ankündigung ist mit KDevelop 4.6 die Debugger-Unterstützung für den GDB verbessert worden (Stichwort Breakpoints). Außerdem wird jetzt neben make und CMake auch Ninja als Buildsystem unterstützt. Ninja soll extrem schnelle Builds ermöglichen was sich insbesondere für größere Projekte bezahlt macht. Das motivierende Projekt für Ninja ist der Chrome Browser dessen Build

Wednesday, July 10, 2013

What's in a Good Commit?

Repost The Morning Brew:
What's in a good commit? & What's in a good commit? - Timo Mihaljov and Jaco Pretorius discuss best practices for what should go in a commit when developing, with Timo giving the initial list of 5 best practices and Jaco responding to these sharing his opinions.
Lesenswert.

There's only one rule when it comes to committing commented-out code ;-)
Should I commit old commented-out code?

Thursday, April 4, 2013