|
|
|
|
|
by rehevkor5
1202 days ago
|
|
Seems like this person may have been inspired by Rich Hickey's talk https://youtu.be/oyLBGkS5ICk Regarding "nothing stopping us from making this versioning system completely automated" it seems like that depends on whether your language's type system supports that, and whether programmers follow the rules. For example, if you're relying on varargs/kwargs too much, it's going to be difficult to tell before runtime whether you've broken something. |
|