Maaartinus
Member since Mar 28, 2019
- Profile: /members/13910-maaartinus.htm
- Comments: 1
Recent Blog Comments By Maaartinus
-
HTTP Interceptors Are An Anti-Pattern That Create Hidden Dependencies And Unnecessary Complexity In Angular
Posted on Mar 28, 2019 at 3:33 PM
This corresponds with my own experience. Things like "adding those headers to every request" are pretty trivial when you do it yourself. All you need is to wrap the provided service (or Fetch or XMLHttpRequest or whatever) in some code of your own and never use the wrapped thing di... read more »