Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Latest commit

 

History

History
3 lines (3 loc) · 281 Bytes

prefer-arrow-callback.md

File metadata and controls

3 lines (3 loc) · 281 Bytes

Callbacks should generally be either arrow functions or references to named functions, depending on their size and complexity.