• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Validating the design of the SCEA Part II assignment!

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

Have we validated our designs by doing an implementation of the proposed design? I think that one way to make sure that the said design is as good as it was, when it was envisaged is to do a sample implementation (although the assignment does not mandate this). What is your take on this??

Thanks,
Praison
 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My 2 cents thought is as follows:-

I never read any post, where some one mentioned anything about implementation.

Even when i designed my assignment, i never implemented, so i think we need to trust our gut feeling, experience and knowledge here and small advice remember this is an assignment and not a live project, so we can assume few things while designing, where as in live project its diffcult to do the same.

This was the problem i was having when i intially started designing, i was thinking everything from project point of view, but i read some thread which mentioned same thing, that treat assignment like assignment and not as live project.
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Praison,

It may be a good idea to validate the design through implementation and which can help one in designing real time applications.
This is my personal opinion though.

Thanks
Arpit
 
Praison Selvaraj
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Arpit,

I totally agree with you and feel that one should consider implementing (atleast the first few designs) to ensure that the design is realizable and efficient. The gaps (if any) would surface and the design can be improved.

Here's an extract from the book "97 Things Every Software Architect Should Know"

http://97things.oreilly.com/wiki/index.php/One_line_of_working_code_is_worth_500_of_specification


Cheers,
Praison
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic