Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Most of the code in most programs is not the part that is doing the I/O. It's doing stuff on a set of values to transform them. It gets values from somewhere, does stuff using those values, and then outputs some values. The complicated part is not the transfer of the final byte sequence to whatever I/O interface they go to, the core behavior of the program is the stuff that happens before that.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: