Factory
Provides an interface to create objects. Rather than creating new objects using new keyword, we ask the factory to create and return them for us.
Factory in JavaScript : method1 (addyosmani) and method2 (carldanley)
Builder
http://www.oodesign.com/builder-pattern.html
Lazy initialization
Creation is deferred until it is first used. Useful for complex objects.
C# :...
Tuesday, May 11, 2010
Saturday, May 1, 2010
Introduction to Testing
Testing is a mechanism we use to evaluate whether the software we are developing satisfies the specified requirements. Testing is a very broad subject. Here we'll just look in to some high level overview of what it is.
Types of testing
Manual testing
Takes the role of an end user and checks for unexpected behavior
There are few levels like unit testing, integration testing, system testing...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.