2015.09.02 / Industry news
Abel Avram
KNOWORTH
只有想不到、没有做不到
2026-05-12 / industry
As a big fan of Test Driven Design and Development, I believe creating good tests is one of the single most important things we can do as Java Developers. We write tests for a number of reasons: To shape the design of our system. We know what the input and output should be, but what objects do we need to create to do this? What shape should the code take? Writing tests allows us to understand what our code should be created. To ensure initial and ongoing correctness. It is important our application behaves as expected and is consistently accurate. Tests should do their best to ensure this is t[…]
by Sam Atkinson
2026-05-12 / Technology research
This article was peer reviewed by Adrian Sandu . Thanks to all of SitePoints peer reviewers for making SitePoint content the best it can be! Mobile design is constantly evolving and if you want to stay up to date, you need to always be reading and watching quality tutorials. The good news is there are a lot to choose from, but the bad news is that even with all the time in the world, you cant read or watch everything. In this article, Ive done the hard work and have compiled my list of the 11 best tutorials to learn mobile design. Most of the tutorials are suitable for beginners but I feel tha[…]
by Ada Ivanoff
2026-05-12 / industry
Most developers I meet arent big fans of testing. A few are but most dont do it, would rather not do it, or only do it begrudgingly. I love testing and happily spend more time on tests than writing new code. Id argue that its because of the focus on testing that I can spend less time writing new code or fixing bugs and still be very productive. If youre unsure of writing tests or dont do a lot of it, the following will point you in a better direction. 1.Not doing it. Its an easy trap to fall into but one without an excuse. Make plans to start adding tests to the code youre working on now and a[…]
by Matt Lacey