Convention and Creativity
I recently ran across a small code example that made me think about rigid conventions and how they can hamper understanding.Here's the simplified example code:
⛶return new Promise((resolve, reject) ...