Related Content
Overcoming Test-Driven Damage Some say test-driven development may work well initially, but as soon as we start to refactor our code, it breaks old tests and requires us to write new ones. This is not the fault of TDD; it’s the way we’re using it. TDD remains a valuable way to verify code as we write it, so we need to repair our test-driven damage. |
||
Is Everything Code? As modern software processes become automated, one might argue that nearly everything in software development is code. Obviously, our software applications are comprised of code, but that’s only the start of it. Our tests, delivery orchestration, and someday even our software production could be automated. |
||
4 Tips for Convincing Your Boss to Send You to a Conference You’ve found the industry conference you want to attend. You know the content at the event is going to help you grow your skills, and in your mind, the capital and time expenditure is clearly justified. So why is it not that easy to get your boss to agree? Here are four tips for convincing your boss to send you. |
||
Advice for New Leaders One of the more challenging tasks for a new leader is joining a new organization. There is an interesting balance that must be struck in making it clear that there’s a new sheriff in town without being disrespectful or dismissive of your predecessor and the organization they established. Here's how to get it right. |
||
What It Means to Be an Evangelist for Quality The role of evangelist is often not very well known—or even if it is, it is not well understood in terms of its differentiation from closely associated functions, such as sales and marketing. But when understood and implemented well, it is a very powerful role. What does evangelism mean in terms of software quality? |
||
3 Tips for Moving Up the Testing Leadership Ladder Moving up the career ladder often means more money, more fun, and more impact. But it's not a good idea to sit around and just hope it will happen. There's a lot you can do to speed up the process and earn a well-deserved promotion. Jason Arbon shares three tips he has for moving up the testing leadership ladder. |
||
Achieve Success by Joining a Failing Project We all want to be associated with success, so when there’s a failing project, most of us want nothing to do with it. However, if you’re looking for a way to give your career a boost, you may want to rethink that. If you’re not afraid of a challenge, here are some ways embracing a failing project can help your career. |
||
The Developer’s Role in Testing and Quality Of course a developer's primary job is to produce good code, but there's also a lot they can do to contribute to quality and test their code before it gets to a tester. Code quality techniques help developers write better code, more thoroughly understand their changes, and avoid builds with many easy-to-find problems. |