I think i have worked out why corporate software products like adobe and MS are bloated to hell
We had an american guy apply for a job with us and my boss was laughing at his CV because it had how many LINES of code he has produced for this that and the other. When asked he said that in the US sometimes big giants use lines of code (inc comments) from source control to check how productive an employee is being!! He also says it encourages complete non-structuring where it can be possibly got away with.
LOL!
From now on i am doing this!:
Perhaps i will get a payrise! :D
We had an american guy apply for a job with us and my boss was laughing at his CV because it had how many LINES of code he has produced for this that and the other. When asked he said that in the US sometimes big giants use lines of code (inc comments) from source control to check how productive an employee is being!! He also says it encourages complete non-structuring where it can be possibly got away with.
LOL!
From now on i am doing this!:
//inert 4 line essay on //what the next 100 lines do //they are going to //print some options int a; string as= a.tostring(); int y; int x; x=100; //absolutely unnessecary comment a++; y=100; as= a.tostring(); strtodisplay=" Option:"+ as +" "+ stringoption[a] screen.writeline(strtodisplay,x,y); //absolutely unnessecary comment a++; y+=10; as= a.tostring(); strtodisplay=" Option:"+ as +" "+ stringoption[a] screen.writeline(strtodisplay,x,y); //absolutely unnessecary comment a++; y+=10; as= a.tostring(); strtodisplay=" Option:"+ as +" "+ stringoption[a] screen.writeline(strtodisplay,x,y);
Perhaps i will get a payrise! :D