Values and Practices

  • The problem with Software Engineering (SE)
    • Many universities treat software engineering as a course where they should give students some directly practical useful skills that future employers will ask for.
      • Consequently, software engineering becomes just a course trying to cover whatever methods and tools the industry needs.
      • This is something that universities cannot, in principle, teach very well.
      • It's impossible to keep up with industry
    • Why teach SE at all
      • We teach algorithms, complexity theory and other computer science subjects because they will largely remain valid in 100 years
      • The Point of A Degree - dsdshome
      • A good Software Engineering curriculum needs to address this issue: What are fundamental insights about software development?
  • Fundamental Software Engineering knowledge
    • What I believe is unchanging is (a historically situated analysis of Software Engineering)
      1. the motivation behind software engineering
      2. the reasoning that led to those particular methods tools in the face of particular problems that the industry was attempting to address
    • We should teach (the reasoning behind Waterfall, UML, Scrum or TDD)
      1. how different circumstances, problems and goals motivate these
      2. why the various methods are a reasonable response to the challenge
      3. circumstances where they do not work

-- from What should a Software Engineering course look like? - Tomas Petricek

I think this article is really good. Everyone in the software industry should read it. It's not only for teachers or professors.

It reminded me of the relationship between Values and Practices mentioned in Extreme Programming Explained:

  • Values are the roots of the things we like and don't like in a situation
  • Values are the large-scale criteria we use to judge what we see, think, and do
  • Values bring purpose to practices.
  • Practices are evidence of values.
    • Communicating in the most effective way I can shows I value communication
  • Practices bring accountability to values
    • Practices are clear
    • Values are fuzzy

Translate this into what we should be teaching in Software Engineering courses:

Also, the same idea can be applied to other courses as well. Take Algorithms for example, instead of focusing on learning details of each algorithm, we should teach:

  1. how different circumstances, problems and goals motivate these (algorithms)
  2. why the various methods are a reasonable response to the challenge
  3. circumstances where they do not work

Last but not the least, it doesn't mean we should not learn Practices at all. Actually, they are equally important. It's just that from my own experience, the education I received focused too much on Practices than Values.