Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Peter_in_278013-Jun-23 15:45
professionalPeter_in_278013-Jun-23 15:45 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Greg Utas13-Jun-23 16:38
professionalGreg Utas13-Jun-23 16:38 
GeneralRe: Should libraries have a standard API and naming convention? Pin
resuna14-Jun-23 1:01
resuna14-Jun-23 1:01 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Greg Utas14-Jun-23 4:03
professionalGreg Utas14-Jun-23 4:03 
GeneralRe: Should libraries have a standard API and naming convention? Pin
resuna14-Jun-23 5:49
resuna14-Jun-23 5:49 
GeneralRe: Should libraries have a standard API and naming convention? Pin
jschell14-Jun-23 6:21
jschell14-Jun-23 6:21 
GeneralRe: Should libraries have a standard API and naming convention? Pin
resuna14-Jun-23 12:03
resuna14-Jun-23 12:03 
GeneralRe: Should libraries have a standard API and naming convention? Pin
jschell14-Jun-23 5:57
jschell14-Jun-23 5:57 
Greg Utas wrote:
I don't expect the industry to standardize; this can even be undesirable. Standards can be dominated by big players


Even standards don't work.

That is why there is HTML versions 1 to 5. And sub versions.
Then SSL and TLS with multiple versions of each. Not to mention that secure IP has been proposed but certainly not adopted.
SMTP is simple but then if you want to add an attachment.
SNMP says a lot about how to get an interrupt but nothing about what it should be. So one cannot program to handle just interrupts since different devices for the same failure will send an interrupt or not.
The Java Specification still has the same BNF bugs as when it was first published. And those were formally reported back then. Fixing those doesn't change the language since one must implement it the way it would be fixed anyways.

Hungarian notation was invented to deal with specifically with type less parameter checking in C but that seems to escape the notice of adherents even though the originator pointed that out. Nor was there even really a 'standard' once one got beyond very basic types.

In the following look at the people who don't like this one.

Hungarian notation - Wikipedia[^]
GeneralRe: Should libraries have a standard API and naming convention? Pin
BernardIE531714-Jun-23 0:54
BernardIE531714-Jun-23 0:54 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Graeme_Grant14-Jun-23 2:14
mvaGraeme_Grant14-Jun-23 2:14 
GeneralRe: Should libraries have a standard API and naming convention? -> Nope Pin
brompot14-Jun-23 3:45
professionalbrompot14-Jun-23 3:45 
GeneralRe: Should libraries have a standard API and naming convention? -> Nope Pin
Dan Sutton14-Jun-23 9:15
Dan Sutton14-Jun-23 9:15 
GeneralRe: Should libraries have a standard API and naming convention? Pin
SeattleC++14-Jun-23 5:07
SeattleC++14-Jun-23 5:07 
GeneralRe: Should libraries have a standard API and naming convention? Pin
dandy7214-Jun-23 6:52
dandy7214-Jun-23 6:52 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Juan Pablo Reyes Altamirano14-Jun-23 5:58
Juan Pablo Reyes Altamirano14-Jun-23 5:58 
GeneralRe: Should libraries have a standard API and naming convention? Pin
dandy7214-Jun-23 6:49
dandy7214-Jun-23 6:49 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Chris Maunder14-Jun-23 6:57
cofounderChris Maunder14-Jun-23 6:57 
GeneralRe: Should libraries have a standard API and naming convention? Pin
dandy7214-Jun-23 7:06
dandy7214-Jun-23 7:06 
GeneralRe: Should libraries have a standard API and naming convention? Pin
StatementTerminator14-Jun-23 7:02
StatementTerminator14-Jun-23 7:02 
GeneralRe: Should libraries have a standard API and naming convention? Pin
dandy7214-Jun-23 7:09
dandy7214-Jun-23 7:09 
GeneralRe: Should libraries have a standard API and naming convention? Pin
StatementTerminator14-Jun-23 7:32
StatementTerminator14-Jun-23 7:32 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Dan Sutton14-Jun-23 9:14
Dan Sutton14-Jun-23 9:14 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Member 1201067716-Jun-23 1:42
Member 1201067716-Jun-23 1:42 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Michael Rockwell 202127-Jun-23 9:24
Michael Rockwell 202127-Jun-23 9:24 
GeneralRe: Should libraries have a standard API and naming convention? Pin
Chris Maunder28-Jun-23 3:35
cofounderChris Maunder28-Jun-23 3:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.