8
R-C-D
5y

Y the codes work fine on my machine and bugs will appear after i send the code to the client ?

Comments
  • 6
    Because the environment can affect formats in ways your code is not handling
  • 2
    Might be environment / dependencies hell which has spun so out of control under Linux that people use Docker as workaround. Or race conditions that just happen on some machines depending on the execution timing. Or memory handling errors that happened to hit nothing important on your machine.
Add Comment