• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Assumptions?

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is regarding assignment.
There are some situation where things are not clear and we need to make some assumption, should we make our assumption in such a way that it makes our work easy or make an assumption that it takes care of all the possibility cases but add more work and complexities in the system design?
 
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,
You may have to read the assignment again and again and make sure that any requirement is not getting missed.
Because there may be scenarios, which are not clear in the first reading but you can get idea, after going through the problem statement again and again.

Once you are sure, you are not missing any functional/non-functional requirement, then you can make assumptions.

Thanks
Arpit
 
reply
    Bookmark Topic Watch Topic
  • New Topic