January 2018
Beginner to intermediate
454 pages
10h 8m
English
In the previous projects, we used the unwrap() or expect() methods a lot. These methods are handy for fast prototyping, but when we want to write high-quality software, we should avoid them in most cases. Since we're writing an FTP server, a software that must keep running for a long time, we don't want it to crash because we called unwrap() and a client sent a bad command. So, we'll do proper error handling.
Read now
Unlock full access