2016.04.21 / Technology research
Ian Harris
KNOWORTH
只有想不到、没有做不到
2025-07-19 / Technology research
Programming is an industry thats constantly moving forward. At some point, you might take an honest look at your own skills and conclude that youve fallen behind the curve. When youre a professional this is easy to do because the chances are you have no need to push yourself day in and day out. But sooner or later falling behind the trends will come back to bite you. Youll be less competitive in business and in the job market. So how do you get back on top of your game again? Use Your Knowledge in a New Way The biggest reason why people fall behind is that theyre not doing anything different. […]
by Carol Jon
2025-07-19 / 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
2025-07-19 / Industry
Be honest how do you feel when someone tests your code? If youre anything like me, it probably ranks right up there with Monday mornings or getting a root canal. In fact, there are 5 things that drive me absolutely crazy in an average working week: #1. When It All Comes Crashing Down Youve pushed your code to the main repository and you feel like the greatest developer since Dennis Ritchie. Youve thoroughly checked your code (well, you ran over it at least twice while eating your morning cheerios) and youre sure nothing can go wrong. In a state of euphoria, you celebrate with your playstation […]
by Jason Silberman