https://vanillawebdev.blogspot.com/2025/02/jsconfig-setup.html
https://vanillawebdev.blogspot.com/2025/02/file-caching.html
https://vanillawebdev.blogspot.com/2025/02/file-caching.html?max-results=20
https://vanillawebdev.blogspot.com/
user_r100
//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizihHpchmJoGeEVuJGCATZpHw9BgxolQLkV-Mw0hXTuIjdZQ8e_AeFQZdY6r5UrGWerl4b3Qx4aYsVx2w9y474FJvlyZDZiNcCLLNNQly7M3NZ8Xz1g2dsxQh3yuQJln2e6JTJtzci506US-j64gEDelPT-QYo7_TFH1kTp6AapPzrZQ/s220/channels4_profile.jpg
3243289157350453208
https://vanillawebdev.blogspot.com/2025/02/naming-async-function.html
Naming the Async Function
February 04, 2025
2025
February
04
10:26 AM
You would one to use either one of these to make an async function distinguishable from from synchronous ones:
Use Async postfix:
function CreateItemAsync() { /* ... */ }
Use underscore postfix:
function CreateItem_() { /* ... */ }
I prefer using the underscore postfix because it really stands out.
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/8166404610182826392?po=3243289157350453208&hl=en&saa=85391&origin=https://vanillawebdev.blogspot.com&skin=contempo
https://vanillawebdev.blogspot.com/2025/02/naming-async-function.html#comments
true
["@lvc","coding-tips","homepage"]
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/coding-tips
coding-tips
https://vanillawebdev.blogspot.com/search/label/homepage
homepage
https://vanillawebdev.blogspot.com/2025/02/jsconfig-setup.html
https://vanillawebdev.blogspot.com/2025/02/file-caching.html
https://vanillawebdev.blogspot.com/