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

Query : Part 2 Assignment

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

In my assignment, there is one requirement which is being put under workshop output not under any use case. As per that requirement "In future there are some new requirements will get added . SuD must cater for this requirement". How should I address this in solution ? My thought is that , I shall address this under Architeture/Design principle. For instance, the components are loosely coupled in the system and the services are coarse grained.My application architecture addresses the separtion of concerns.Therefore , system is capable of extending as much as we want. Extensibility is one of the QoS here. Any thought on this ?

Thanks,
Sankar
 
Ranch Hand
Posts: 126
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to mention about the future requirements in component diagram lets say by mentioning it has a new component OR how the new future requirement can be included in the current design. You need to mention about the details of it in Assumptions as well.
 
ice is for people that are not already cool. Chill with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic