Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
391 views

Python not a standardized language?

I stumbled upon this 'list of programming' languages and found that popular languages like Python are not standardized? Why is that, and what does 'Standardized' mean anyway?
4
votes
12answers
279 views

Should developer tools, languages, frameworks, etc. be standardized across an organization?

The organization that I currently work for seems to be heading in the direction of dictating to software developers which tools, languages, frameworks, etc. must be used. However, nobody has convinced ...
4
votes
1answer
605 views

Standardized Error Classification & Handling

I need to standardize on how I classify and handle errors/exceptions 'gracefully'. I currently use a process by which I report the errors to a function passing an error-number, severity-code, ...