Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C#

Prototype Driven Development (PDD)

Rate me:
Please Sign up or sign in to vote.
4.89/5 (21 votes)
26 Feb 2022MIT19 min read 16.7K   26  
Prototype Driven Development - a new way of developing quality software fast is explained
Prototype Driven Development (PDD) is a new way of creating quality software fast. It can be applied to building any software, but is especially useful for UI development. In this article, I explain PDD, talk about its advantages and present a detailed example showing how to build and refactor a simple UI Control using PDD.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Architect AWebPros
United States United States
I am a software architect and a developer with great passion for new engineering solutions and finding and applying design patterns.

I am passionate about learning new ways of building software and sharing my knowledge with others.

I worked with many various languages including C#, Java and C++.

I fell in love with WPF (and later Silverlight) at first sight. After Microsoft killed Silverlight, I was distraught until I found Avalonia - a great multiplatform package for building UI on Windows, Linux, Mac as well as within browsers (using WASM) and for mobile platforms.

I have my Ph.D. from RPI.

here is my linkedin profile

Comments and Discussions