DEV Community

Discussion on: How do you pronounce dev.to?

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 😤