|
|
|
|
|
by mkohlmyr
3428 days ago
|
|
You are a web developer, correct? How do you parse known data formats from free text strings? (regular expressions, string manipulation)
How do you parse a cookie? (string manipulation)
How do your apps http requests end up in their respective handlers? (main method socket listener) If your answer to each of these questions is that you use a library that's cool and all, but just because you didn't have to write it yourself doesn't mean it doesn't exist in "real life". Someone wrote that code for you, and you can call it "bad code" if you want - just know your app is built on it. |
|