Python Forum
prototype vs actual implementation?
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
prototype vs actual implementation?
#4
Prototypes are often crap-code. Implementation need to be built to last. To be extended, improved, and bug-free. Prototypes are often built, not with robustness in mind, but getting something minimally working quickly. They're often designed poorly (if designed at all), bugs are ok and often not tracked.

Sometimes, a prototype is just an early revision. It might be designed well, any bugs are tracked, but it lacks features and may have bugs, but could be shown in a demo. This second kind is less common. For the first kind, the code should probably be wiped and programming start fresh.
Reply


Messages In This Thread
prototype vs actual implementation? - by hsunteik - Feb-07-2017, 08:35 AM
RE: prototype vs actual implementation? - by nilamo - Feb-07-2017, 10:30 PM
RE: prototype vs actual implementation? - by micseydel - Feb-07-2017, 10:47 PM
RE: prototype vs actual implementation? - by nilamo - Feb-08-2017, 07:15 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020