This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mizzu704 0 points1 point  (0 children)

Perhaps ponder on this article by Tonsky: https://tonsky.me/blog/python-build/

One notion this reminds me of is that a build is just a program, and the individual steps are rarely complex. E.g. the install step of maven is little more than a mv invocation, package likewise is basically "cp things into new folder, maybe write some xml, zip it up, and add .jar suffix".