DEV Community

Discussion on: Don't make that function async.

Collapse
 
jacksonelfers profile image
Jackson Elfers

I really prefer anonymous function callbacks. May not be pretty but they're obvious in how they interact with the functions around them. I try to use features that hypothetically older machines can handle even if I'm transpiling es6. If I lose my transpiler for some reason I can easily just make small adjustments to make it compliant for my clients "stone age" computers.