|
|
|
|
|
by rapala
5524 days ago
|
|
You also need to remember to use RAII, and that always requires creating a class. You also need to get RAII right, where as Python's with is implemented for you. Also there's no mention about the fact that Java forces you to check for exceptions (well not for unchecked ones, but those should not be fatal, and I never really got their idea). You can't forget the try-catch. |
|