What I would change about the Computer Science degree course

Some of my thoughts on what I would've liked on my Computer Science course

This morning Will Hamill asked my opinions on what I would change or add onto the Computer Science course with a view to making it more Software Developmenty (Developmenty is, in fact, a word).

Here are my initial thoughts, some of them are things I have thought would be good for a while, others came into my head this morning when mulling it over.

  • At least a theoretical knowledge of version control systems. (A half module)
  • Practical knowledge of code reviews, bug finding and issue reporting. (Full module)
  • Practical Code Security (See: OWASP Guide Project) (1 Basic module, 1 Advanced module)
  • A greater emphasis placed on maintainable code. (Throughout other modules)
  • A greater emphasis on the need to adhere to current best practices. (Throughout other modules)
  • A Testing module, with practical examples of all the different phases of testing. (Full module)

What would you change about the university course you took?

Recent posts View all

VS CodeWeb Dev

Select multiple lines in VS Code

How to select multiple lines to edit at once within VS Code

VS Code Web Dev

Move a line up or down with VS Code

A quick tip on moving lines up or down a file using your keyboard in VS Code