At the end ARCSP - ArCloud - Ardic Cloud are goingto be  deployed... 
void work(Status sWork)
{
 String[] strArrTODO = {Requirements, Analyzing, Architecture, Modelling, Development,  Test, Bugfix};
 if(sWork.status != StatusSTOP_WORK)
  return;
 for(int iIndx = 0;  iIndx < strArrTODO.length; iIndx++) 
 {
  start working on 08:00 AM /**Architectural Work & Development**/
  give a breake on 11:30 /**Lunch**/
  continue to working untill 17:00 /** Development & Test**/ 
  give a breake for a hour /** giving smoke break with the snookers **/
  start to meeting /** Metting with the boss **/
  if(theBoos.status == tired)
  {
   System.out.println("Lets go home ...");
   Status goHome = new Status(Status.STOP_WORK);  
   return goHome;  
  }
 }
}
No comments:
Post a Comment