const inInternshipPhase = "first 6 months after college (only VIT)";
if (inInternshipPhase) {
giveSalary()
} else {
const isWhipped = "if you are the best (2 out of 11 from our batch) and if you are okay with working 13 dedicated hours a day, including Saturday, doing all development work with no clear requirements";
if (isWhipped) {
const daysDelay = rand(5, 15);
giveSalary(daysDelay);
} else {
fireEmployee();
}
}
The current state of the company is that all good people (from whom you could have learnt something) have left, what is left is, either the people with a lot of political skills who can't find a good job for themselves, or people who are relatives of the founder.