DEV Community

Discussion on: How do you pronounce dev.to?

Collapse
 
iankurbiswas profile image
Ankur Biswas • Edited

Well I pronounced it as:- dev dot too.

Collapse
 
lewismenelaws profile image
Lewis Menelaws

Me too! I think I do it because it makes it easier for people to just type it into the URL bar.

Collapse
 
sduduzog profile image
Sdu

Sounds long. Reminds me of a debate over the shortening of api Promise parameters i.e.

// Some prefer res, err combo
api.get("/something").then(res =>{...})
.catch(err => {...}

//Others...

api.get("/something").then(response =>{...})
.catch(error => {...}
Collapse
 
iankurbiswas profile image
Ankur Biswas

I guess in this case I fall into the others category then ๐Ÿ˜

Thread Thread
 
sduduzog profile image
Sdu

๐Ÿคฃ post for another day

Collapse
 
bennypowers profile image
Benny Powers ๐Ÿ‡ฎ๐Ÿ‡ฑ๐Ÿ‡จ๐Ÿ‡ฆ

obligatory code comment :D

Thread Thread
 
sduduzog profile image
Sdu

It had to be done ๐Ÿ˜ค

Collapse
 
molly profile image
Molly Struve (she/her)

I throw the dot in there as well!