|
|
|
|
|
by willahmad
182 days ago
|
|
without language level support, it makes code look like a mess. Imagine, 3 level nesting calls where each calls another 3 methods, we are talking about 28 functions each with couple of variables, of course you can still clean them up, but imagine how clean code will look if you don't have to. Just like garbage collection, you can free up memory yourself, but someone forgot something and we have either memory leak or security issues. |
|