IEEE Software Standards [closed]
Asked Answered
M

2

6

The IEEE has a long list of standards for almost every step within the software engineering process. How many of you have seen a reference to such standards in the documentation you read?

I think the idea of combining the suggestions from many veterans is a good thing, but I have the feeling that not many projects ever quote not even one single of those documents. Maybe only the huge ones?

Since the standards are paid, I do not expect to ever see them quoted from open source applications. My question is directed to those of you working with proprietary source code.

Moderate answered 11/4, 2010 at 12:31 Comment(0)
S
2

What exactly are you expecting? The average open source developer might not have access to IEEE standards, but the standards permeate through the entire computer industry. For example IEEE 754 specifics the standard for floating point computation that is used by most modern systems, including every one of the numerous open source JavaScript implementations.

The reason the usage of such standards isn't very visible has nothing to do with open or closed source, it is a function of how low level most IEEE standards are. Most programmers work and much higher levels than IEEE standard, many of which, are only of interest to hardware and driver developers. I expect the number of developers deterred from starting open source projects, because of lack of access to the standards to be quite small.

Ster answered 6/7, 2010 at 20:8 Comment(0)
A
0

Never. The larger the project, the larger the cost. The larger the cost, the more importance in getting it done and selling it. Standards are just a set of ideals--they don't sell software for you.

Accost answered 6/7, 2010 at 19:52 Comment(2)
But they do provide you with a tried and true roadmap for getting there.Accusation
Disagree. Search and you will find IEEE documents. In case you are serious, the project/company should buy and comply(!) with it. Standards are not intended to sell software. If you wish to survive e.g. highly thought after safety projects, e.g. in aerospace or automotive, working without standards and processes gets you no-where. Safety e.g. IS selling, hence standards is too.Swung

© 2022 - 2024 — McMap. All rights reserved.