/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

php-and-symfony.matthiasnoback.nl
| | matthiasnoback.nl
1.8 parsecs away

Travel
| | Refactoring is often mentioned in the context of working with legacy code. Maybe you like to define legacy code as code without tests, or code you don't understand, or even as code you didn't write. Very often, legacy code is code you just don't like, whether you wrote it, or someone else did. Since the code was written the team has introduced new and better ways of doing things. Unfortunately, half of the code base still uses the old and deprecated way...
| | shpota.com
4.8 parsecs away

Travel
| | Event-driven architecture has become extremely popular nowadays. It is easy to start and it can easily be integrated with popular Java frameworks like Spring...
| | blog.martinig.ch
10.5 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | www.businessanalystlearnings.com
33.1 parsecs away

Travel
| Within the context of agile software development, the product backlog is a platform where all the potential work (product backlog items) that need to be delivered are recorded, tracked and prioritized. Though owned by the Product Owner, anyone may suggest items to add to it.