The Art of Naming
Why is Naming so important? Because its a matter of Quality. Naming = Readability = Understandability = Maintainability = Quality.
Tweet 0 Comments Save Tags: how-to , java , standards
ACID v BASE
A few thoughts on ACID, transactions, CAP, and BASE. The impact of NoSQL and the requirements of ACID and transactions, the emergence of... more »
Tweet 0 Comments Save Tags: open source , server , standards , trends
WebLoadUI Pro Made a Scene and This Guy Won a Kindle Fire
We’ve had so much going on here at SmartBear that we haven’t had a chance to share with you our latest exciting release. Aligning its... more »
Tweet 0 Comments Save Tags: news , standards , tools
How to structure your PHP code to achieve testability and maintainability?
Frameworks provide a tool for rapid application development, but often accrue technical debt as rapidly as they allow you to create... more »
Tweet 0 Comments Save Tags: how-to , php , standards
Fluent APIs and Method Chaining
Eric Feminella explains how to use the method chaining pattern to both simplify your API and make it more fluent.
Tweet 0 Comments Save Tags: javascript , methodology , standards
Switching between data sources when using @DataSourceDefinition
Java EE 6 introduced the @DataSourceDefinition annotation and data-source element for usage in deployment descriptors such as web.xml.... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards