Ask HN: How would you set up national certification for software engineers?
31–40 of 79 posts
Re: Ask HN: How would you set up national certification for software engineers?
#32Re: Ask HN: How would you set up national certification for software engineers?
#33I'm a Chartered Engineer in the UK and no employer has ever cared. Perhaps they might if I worked in a safety critical arena such as aviation but certainly not in suit and tie business software land. The problem is that although people moan about rubbishy software it very rarely physically hurts anybody and can be fixed in future releases. This means people are unwilling to pay the extra cost of software being more m…
Sure, the initial impulse is cheaper if you hire all greenhorns but after a year? after five years? When the business decides that they want to move from AWS to Azure for X immutable reason?
Re: Ask HN: How would you set up national certification for software engineers?
#34Do what they do for all other engineering fields: require a certified engineer sign off on a product delivered to a regulated entity, and be able to hold that engineer criminally liable if someone comes to harm from the product they signed off on. The quality of software for lolzcat apps could remain shitty, but the quality of firmware for FCC approval would go way up. In order for quality to increase for infrastruct…
Do what they do for all other engineering fields: require a certified engineer sign off on a product delivered to a regulated entity, and be able to hold that engineer criminally liable if someone comes to harm from the product they signed off on. Right, but that's not what OP asked. OP is already assuming that we're in a situation where we recognize the need for certification for software engineers. Let's say, for e…
As to who would do this, there are organizations like the IEEE and the ACM that would be only to happy to help.
Re: Ask HN: How would you set up national certification for software engineers?
#35Edit: I would be curious to see, if more people are willing to indicate their years of field experience in this particular thread. I'm crowding 23.
Re: Ask HN: How would you set up national certification for software engineers?
#36A professional certificate is not a quality grading tool, it's a pricing mechanism. Thus the demand for the certification needs to come from the selfish needs of the certified profession. First requirement is that there is an oversupply of qualified candidates. As the demands for software engineers shows no signs of abating I would claim attaining this first requirement would be quite hard. On the other hand, if supp…
Re: Ask HN: How would you set up national certification for software engineers?
#37Unbounded complexity is a distinct trait of software. The most important, most regulated and most prestigious software engineering tasks are hands down mostly about doing relatively simple things but controlling complexity. To a lesser degree, when writing code every programmer is actually working to control complexity.
Once things get complex then nobody, not even the brightest brain, can get anything done anymore. So the first priority is to actually avoid too much complexity and to reduce it further will cost time and money.
This means we can do simple things well if we want to. We do this for narrowly scoped projects such as aviation-grade software, rocketry and medical software et cetera. It costs, and we can do it, but that's only because we already slashed out most complexity out of the window before we even started. Instead of general-purpose software we're writing very specific-purpose software.
Using the same principle but working on top of abstractions we can do complex things well in software, too. But those always come with a caveat about when and where the abstraction might fail. Most software is like this but that is also the sort of software which is no longer bridge-building grade. We don't build bridges whose design is theoretically sound given a few hasty assumptions, but with the possibility that when those assumptions might fail the bridge would come down. Certified software engineering can't fix that because they would have to start from the ground up to cover all their bases and then they couldn't get very high from there.
Certification is no silver bullet. Complexity is already managed where absolutely necessary and where there is the money to back it up. Requiring a certified engineer with legal responsibility in the general case would just make most software development stop entirely because anyone with the slightest understanding of programming would never sign off the software we currently want to run, and writing properly engineered software to handle what we currently want to run would be just prohibitively expensive.
Re: Ask HN: How would you set up national certification for software engineers?
#38Here is the Tunisian approach: 1- Let private and public schools be. They can issue their engineering diploma as they like (to a certain extent). 2- Have a national committee that evaluates graduates and gives "national diploma of engineering" based on a number of criteria. 3- Watch the committee slowly become irrelevant as the private sector companies don't care about the national diploma and just wants qualified pe…
Private sector companies do care about the actual Engineering degree so people who graduate from non-certified schools tend to have a lower starting salary.
Re: Ask HN: How would you set up national certification for software engineers?
#39Do what they do for all other engineering fields: require a certified engineer sign off on a product delivered to a regulated entity, and be able to hold that engineer criminally liable if someone comes to harm from the product they signed off on. The quality of software for lolzcat apps could remain shitty, but the quality of firmware for FCC approval would go way up. In order for quality to increase for infrastruct…
I think the premise, "engineers need to risk going to prison." is facially ridiculous. I'm down with prosecuting actual fraud but you can't legislate quality. You can only protect diligence.
Re: Ask HN: How would you set up national certification for software engineers?
#40A professional certificate is not a quality grading tool, it's a pricing mechanism. Thus the demand for the certification needs to come from the selfish needs of the certified profession. First requirement is that there is an oversupply of qualified candidates. As the demands for software engineers shows no signs of abating I would claim attaining this first requirement would be quite hard. On the other hand, if supp…
Were you working in 2008? Demand can ebb.