4

Begin teaching fundamentals much earlier. For me, I learnt Java classes and some fundamentals for it, but more basic programming skills went by the wayside until 2nd year of Uni.

The course we did on logic was good both years, but stuff like data structures and algorithms (sorting, linked lists etc) should be taught first.

Something else that might be useful is maybe not learning Java initially. What annoyed me with that (and I'm sure confused some people) was the amount of
- "Hey what does that mean?"
- "Uhh, don't worry about it yet"
which while it might encourage you to go read about it, is more likely to encourage the opposite, and tend to ask less questions, even when switching language.

I can't say for other universities, but I think a larger focus should be on gaining skills in the field, rather than becoming employable through doing employability things.
I know plenty of second year students that still couldn't have completed our first semester first year assignment, which was essentially some object manipulation wrapped up in a few classes and a basic console I/O.

Comments
  • 0
    i feel sad for those who can't do basic console i/o like how did they spent their past year(s) on an overpriced university?
  • 0
    @fullsnack-dev likely having other people do their assignments for them. We only had one first year assignment, but we were supposed to have two.

    The second one was cancelled after a very large number of plagiarism investigations. We ended up having a test which was mostly multiple choice. There was no coding, rather, there were drag and drop segments where you'd have to move bits of code into the correct place, leaving code you weren't used in a specific marked area. Woe betide the person who left the sole curly brace under a block of three lines.
Add Comment