Leider gibt es Projekte bei welchen reines JSP angewandt wird, es ist sehr "Furchterregend" mit so einem code zu arbeiten! Da hilft nur eins , kein Refactoring , sondern man schreibt die Test's , welcher sicher stellen, dass man die "Logik" von so einem Code versteht, danach gibt es Refactoring, nur so kann man sicherstellen , dass die Logik von alten Code nicht verloren geht.
Anonymisierter Beispiel: eine einfache for Loop in JSP!
<% for(int i=0; i<5; i++){ %>
<p>This HTML is in a scriptlet loop</p><% i %>
<% } %>
If you see big google ads banner just skip it and scroll further, thanks!
Dienstag, 23. August 2016
JSP ist ein Fehlgeburt?

Test driven development is my main tool to solve all software engineering problems.
I work by the agile manifesto: working software over comprehensive documentation.
Read more about here https://agilemanifesto.org
Abonnieren
Kommentare zum Post (Atom)
Blog-Archiv
Blog readers favorites
-
This is my ongoing blog about my cloud experience in any regards do not consider it as definitive one. Cloud stuff moving fast some chang...
Keine Kommentare:
Kommentar veröffentlichen
All comments are pre moderated be polite and respectful!