Wednesday, June 22, 2011

ARDIC is growing up... Lord of The Screens ...

We start with 8 brave people and we are 22 brave peoples now. The vision is still the same; Cloud & Cloud Enabled Devices. ardic

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