Posts tagged “method chaining”
2 posts found
Chaining Patterns in JavaScript
January 25, 2022
As developers it is our responsibility to write good code. This means writing code that is both efficient and readable. But sometimes we come across obstacles where we have to decide which code is better to go with when one sacrifices readability to perform better or vice versa. This post will go over different chaining patterns in JavaScript
javascriptchain of responsibilitychaining+4
Designing API Methods in JavaScript
July 21, 2019
This article will go over a couple of rules to keep in mind when designing methods for an API in JavaScript
javascriptapiarchitecture+6