28 Replies - 2026 Views - Last Post: 26 December 2008 - 09:20 AM
#16
Re: Students
Posted 14 December 2008 - 04:37 PM
#18
Re: Students
Posted 14 December 2008 - 06:38 PM
danzar, on 14 Dec, 2008 - 03:18 PM, said:
People usually get stuck on the simple things more so than the harder logic. This is where asking question in forums and such are very important. I personally read almost every post on the language(C#) i am trying to learn because there might be something i learn from that post and that's why i am here.
My reason for posting is this, I know there are allot students(We are all students, no one knows it all) that post wanting the complete code without trying at it. I can see why allot of more advanced codes get mad at these type of people. Just reminder there are allot that are trying hard to learn that just need simple help to get over a hump.
FYI: I am not a student in any college just someone that loves to code and likes to learn new things.
well said!
#19
Re: Students
Posted 15 December 2008 - 07:30 AM
From what I learned in school was mere basics that do not help you much in the real world. Everything else I know was and is self taught from here on out.
#20
Re: Students
Posted 15 December 2008 - 08:30 AM
#21
Re: Students
Posted 15 December 2008 - 08:47 AM
Quote
Maybe, but if you get stuck on a team with them then it could mean more work for you, or less job security if the team doesn't get the job done.
#22
Re: Students
Posted 15 December 2008 - 09:36 AM
The first thing to remember is that the person that made the hiring decision is likely going to be loathe to admit the mistake and cut the team's losses. In my experience, companies aren't as impersonal and quick to fire as one may be led to believe. That means someone senior gets to be in the position of "mentoring" this cheater, which not only detracts from that person's production -- as well as the team's -- but it also often takes a toll on the senior member's sanity. Being constantly interrupted to look at someone else's code when it's not working and they haven't the faintest idea how to debug it is a bitch.
Second, once this team member has been ensconced in their position, the havoc they can wreak can be astonishing. When you're in a final push out the door, do you want to be the one that has to go in and fix all the hellish code this incompetent has brought to the party at 3AM the day of the release to either QA or -- Og forbid -- the public?
EDIT: Or, what BigAnt said far more concisely
This post has been edited by JackOfAllTrades: 15 December 2008 - 09:37 AM
#23
Re: Students
Posted 15 December 2008 - 11:51 AM
It wasn't till I took my first programming course in college that it finally clicked. We had an awesome professor who really knows his stuff and explained it well enough for me to bounce off on my own. Now I usually go to a book or the Internet before asking someone. But if it weren't for that class and that professor, I might be still struggling to understand the example code in a book.
#24
Re: Students
Posted 16 December 2008 - 07:38 PM
At my university, at least, the entire course is self-taught, with the addition of some lectures, but there are frequent discussions with a professor to develop concepts beyond the course syllabus. (note I am not reading a science discipline, so I do have excuses for my computer illiteracy
This post has been edited by Coruskane: 16 December 2008 - 07:41 PM
#25
Re: Students
Posted 16 December 2008 - 07:46 PM
#26
Re: Students
Posted 16 December 2008 - 09:39 PM
peachie, on 14 Dec, 2008 - 11:17 AM, said:
The best programmers are not made by universities or classes. That's not to say they can't benefit greatly from school, but they are the type of people who are resourceful and learn early to help themselves. If college is your first experience with programming (assuming you had the opportunity before, but just never tried) then you are probably not one of these people. Don't fret though. I'm sure you can find one of them to help you.
#27
Re: Students
Posted 24 December 2008 - 06:03 PM
//steps to sucess
#include<brain>
using hard work, logic
int process( int facts )
int main {
cin >> knowledge;
cout << questions;
while ( questions != answered ) {
cin >> facts;
process( facts );
}
return sucess;
}
haha this is lame, but hopefully you get it =] took like a min to make this up
#28
Re: Students
Posted 25 December 2008 - 01:09 AM
Programmist, on 16 Dec, 2008 - 11:39 PM, said:
peachie, on 14 Dec, 2008 - 11:17 AM, said:
The best programmers are not made by universities or classes. That's not to say they can't benefit greatly from school, but they are the type of people who are resourceful and learn early to help themselves. If college is your first experience with programming (assuming you had the opportunity before, but just never tried) then you are probably not one of these people. Don't fret though. I'm sure you can find one of them to help you.
I have to say I completely agree with this assessment. It's basically what I was going to post until I read it, so I've quoted it to affirm my agreement on it
#29
Re: Students
Posted 26 December 2008 - 09:20 AM
I would also like to add that I never had a bad teacher. If I ever failed a subject it was likely because I didn't put enough effort into it. Some people just seem to think they're still in elementary school and can go home and relax after lecture. Students reading computer science are expected to spend minimum 2 hours per day and subject (2 subjects) on self-studies (please, no stupid comments on this one). That's 28+ hours per week. Most people don't and then they wonder why they fail.
|
|

New Topic/Question
Reply




MultiQuote











|