|
|
|
|
|
by nayuki
1082 days ago
|
|
> There might just be new functionality added with no change to existing behavior. Even this can be a breaking change for you. Suppose you're writing a bootloader that must fit in 512 bytes and you import a library. If the size of the library plus your code exceeds 512 B, then your program doesn't fit the target and will not compile. Hyrum's law is real. |
|