Questions tagged [standards]

Standards are rules and customs that the software industry considers to be important and are codified in some way, either as a formal specification like an ISO standard or a language specification or as a more informal document like rules for behavior at a workplace.

168 questions
10
votes
2 answers

How and where do I publish my open standard?

I have been writing an open standard for a protocol I am developing. As far as writing concerns I have it under control. But the main question is where can I publish such document. I have been searching on the internet and didn't find such site…
Mitja Felicijan
5
votes
4 answers

What does it mean to "define a profile" in the context of an Internet RFC?

I've seen the phrase defines a profile of XYZ on a couple of IETF RFCs. For example, RFC 3339 reads: This section discusses desirable qualities of date and time formats and defines a profile of ISO 8601 for use in Internet protocols. What…
4
votes
2 answers

How do you deal with external sources that do not conform to service standards and protocols?

I'm working on a product that requires a large amount of interactions with different external data providers. These data providers uses a number of standards (primarily xml-based) which are all governed and agreed upon. Some of these standards…
cwap
  • 347
3
votes
3 answers

How to comment the file system?

When certain parts of code are unusual or unclear, common practice is to leave a comment explaining why it is so. However, sometimes a filesystem may have unusual configuration, such as a directory with 0477 privileges. Is there any convention for…
dotancohen
  • 1,041
1
vote
9 answers

Universal Standards for Data Interchange - Do they exist and do you follow them?

Mostly fact and maybe a little bit of opinion: One of my pet peeves in programming is data interchange. I work exclusively with small business software (as opposed to working with corporate ERP systems) and I see that many small businesses store…
HK1
  • 807
1
vote
2 answers

RFC5322 (Internet message format) ABNF rule error?

I was recently studying Internet Message Format originally RFC2822 and RFC5322. I was looking at definition of folding whitespace. Each header field is logically a single line of characters comprising the field name, the colon, and the field body.…
Unicorn
  • 121