Computer Bug
Being a programmer or developer, we face errors all the time. So we gains the habbit of solving the problem from the error message. Sometime a small mistake could lead to a very long discovery by just forgeting ; mistake in one character of the vocabulary, a simple trick. which lead to all kind of possibility to discover to way to solve the problem by seeking the discussion online. Eventhough sometimes we didn't solve the problem directly but in the process of solving the problem we have learn many new things that without this simple error we could not have learn so much things like that.
Programming in a centralize environment is hard, but how about programming in a decentralize environment where many peers need to interact with each other within the asynchronous function which lead to a high level of difficulty to solve the problem. Software dependencies and version is also another challenge when there is bugs in different version of the software, that's why "Docker" a container based for application development that developer could configure which version of the software they want to use.
Facing bug is frustrated but at the same time, it is an opportunity to growth stronger.
So enjoy programming, enjoy coding and happy discovery.
Comments