←back to thread

1208 points jamesberthoty | 1 comments | | HN request time: 0.211s | source
Show context
hacker_homie ◴[] No.45269580[source]
I’m not sure language package mangers were a good idea at all. Dependencies were supposed to be painful. If the language needed some functionality built in it was supposed to go into the standard library, I understand that for JS this isn’t feasible.
replies(3): >>45269627 #>>45269671 #>>45273684 #
1. chromanoid ◴[] No.45269627[source]
Nah, package managers are always the "civilization" moments of programming.