Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
xh3b4sd ↑
@xh3b4sd.eth
"The call order is the dependency graph." If you are not managing your dependency graph explicitly, then you are likely breaking all rules of software engineering. And if everything goes, you might as well just write Javascript. https://rednafi.com/go/di_frameworks_bleh
1 reply
0 recast
3 reactions
Monteluna
@monteluna
I actually learned this the hard way back in my Angular JS days when dependency management was really garbage, especially in testing phases in browser contexts. My go-to pattern is modularize everything unless I'm scripting is to explicitly make sure dependency, instantiation, and side-effects are each completely their own functions.
1 reply
0 recast
1 reaction