|
|
|
|
|
by java123
4500 days ago
|
|
I wonder about the code style, too, but on a different level.
You don't need curly braces (surely you should always use them) or whitespace sensitivity or source code indentation beautification if you use the appropriate programming technique for this situation.
Such endless error checking followed by releasing of resources at the end is a case for try / catch / finally.
I wonder when people start using decent languages for important coding. |
|