Actions
Bug #72042
closedBackport Catching of Exception in ImageViewhelper to 6.2.X
Start date:
2015-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Updated by Clemens Riccabona almost 9 years ago
+1
In general I like it very much, that the codingstyle of PHP5/TYPO3 has evolved that much. Coming from C++ and C# I was really disappointed by the techniques used in nearly all php5 projects back in 2003/2004, although TYPO3 was back then already on a great way concerning e.g. OOP.
BUT: throwing exceptions is (in general, also in java/c++/c# or any other of the "hipster-cool-vegan-quinoa-zumba-style" programming languages like ruby, python etc...) not worth it, if you don't catch them in a 'production-save' (which should mean end-user-friendly) way.
Just my € 0,02.
I'll build a patch for it.
Greez from sunny-snowy Tyrol :-)
Clemens
Updated by Morton Jonuschat almost 9 years ago
- Status changed from New to Closed
Duplicate of #71686
Actions