What’s the book? Scrum: The Art of Doing Twice the Work in Half the Time by Jeff Sutherland How did I “read” this book? Audio book. Why did I choose to read it? / What made me want to read it? I actually read this book probably over a year ago. At the time, I was studying to get my Scrum Master certification. I haven’t gotten around to it, but I’m starting back up. Thus this book review. What did I like about this book? This book was really good about incorporating stories and view points that was not just from software development. One…
Your code is bad… Take care of it
Published by Tanya Do on August 19, 2015Refactoring is often not done. “There is not enough time”. “Its not your responsibility”. Look. Refactoring can only *help* you. You don’t need to devote hours and hours to it. Just make small changes. And over time your code will improve. And for the most part. Most of us are not writing NEW code. We are maintaining code. (And you probably should not be trying to write MORE code, but that’s another story). And its likely you will be working in the same code base for the duration of your employment, or will eventually be called to return to it.…