Articles

What Makes JavaScript Suitable for Agile Development What Makes JavaScript Suitable for Agile Development

Agile principles for software development emphasize the importance of simplicity, flexibility, and continuous delivery of valuable, working software. Any software that uses JavaScript during development benefits from the Agile features of JavaScript. In this article, we will explore how JavaScript supports Agile.

Deepak Vohra's picture Deepak Vohra
Five The 5 Most In-Demand Programming Languages of 2020

 A lot of languages create a dilemma in choosing the best, so we have come up with a solution to help you get information about the five most in-demand programming languages of 2020.

Nikunj Shingala's picture Nikunj Shingala

Better Software Magazine Articles

The Trouble with Derivation

This article discusses the dark underbelly of derivation: the fragile base class. It's possible to modify a base class in such a way that, even though you've improved its implementation and all your tests work just fine, you've nonetheless damaged the derived classes, perhaps fatally.

Allen I. Holub's picture Allen I. Holub

Interviews

JavaScript for Test-Driven Development: An Interview with Rob Myers
Video

Agile Institute founder Rob Myers sits down with Noel Wurst to discuss why he believes, and hopes, that JavaScript will be the language of choice for enterprise development. Rob shares with us why opinions on JavaScript have change, and why the language is a great fit for agile development.

Noel Wurst's picture Noel Wurst

Conference Presentations

Implementing Testing for Behavior-Driven Development Using Cucumber
Slideshow

With the behavior-driven development (BDD) methodology, development teams write high level, plain natural language tests to describe and exercise a system. Unfortunately, it is...

Max Saperstone, Coveros
Code Coverage in the Internet Age

With the proliferation of mobile devices, cloud computing, and client-side scripting-coupled with web services-how do you guarantee adequate code coverage for your applications? Basic tests inadequately cover many of these technologies, leading to defects and disappointing user experiences. Michael Portwood describes the importance of unit test coverage and then presents techniques, tips, and tricks to simplify the process of achieving more complete coverage for Internet-enabled solutions. Michael shares tips for automation and techniques for testing both client- and server-side scripting. Gain insight into identifying code requiring complex testing techniques and explore ideas for covering them. Michael describes complex testing situations-like those found in multi-threaded and distributed code-where test coverage alone may provide misleading results.

Michael Portwood, The Nielsen Company
Test Driven Development - It's Not Just for Unit Testing

Test-driven development (TDD) is a new approach for software construction in which developers write automated unit tests before writing the code. These automated tests are always rerun after any codes changes. Proponents assert that TDD delivers software that is easier to maintain and of higher quality than using traditional development approaches. Based on experiences gained from real-world projects employing TDD, Peter Zimmerer shares his view of TDD's advantages and disadvantages and how the TDD concept can be extended to all levels of testing. Learn how to use TDD practices that support preventive testing throughout development and result in new levels of cooperation between developers and testers. Take away practical approaches and hints for introducing and practicing test-driven development in your organization.

Peter Zimmerer, Siemens

AgileConnection is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.