|
|
|
|
|
by cdchn
595 days ago
|
|
>It is now very easy to sprinkle in regexes to validate user input , like email addresses, on every controller instead of using a central lib/utility for that. Some people are touting this as a major feature. "I don't have to pull in some dependency for a minor function - I can just have AI write that simple function for me." I, personally, don't see this as a net positive. |
|
The way it is now just leads to bloat and cruft.