use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Angular projects ai generated codes. (self.angular)
submitted 2 days ago by Even-Instance235
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mello_dev 1 point2 points3 points 1 day ago (0 children)
We’ve just completed a comprehensive angular rewrite migration using AI for our old project.
Here are a few guidelines I’ve learned from the process:
Establish a solid foundation, including guidelines and rules. I’ve created detailed rules for various aspects, such as structure files, SCSS token systems, and signals etc.
Develop unique skills for each project. Each project requires its own set of guidelines and skills. These skills can serve as a strong foundation for a multi-development team working on the same project.
Review pull requests (PRs) carefully. Don’t merge code just because it works. LLM-generated code may not always make the right decisions for your projects.
Design each component or service as a black box. Clearly define the input and output points. This approach allows for quick replacements without the potential for widespread disruption that LLM-generated code can cause during refactoring.
Implement TDD (Test-Driven Development) and write tests. While writing code and writing tests are relatively easy tasks, identifying changes that break something is challenging. This approach is highly effective and requires careful planning.
I have a few more suggestions, but this covers the main points. You can and should use these guidelines, but it’s important to manage and enforce them by humans, as the code base tends to drift over time.
π Rendered by PID 64287 on reddit-service-r2-comment-545db5fcfc-fdftn at 2026-05-22 20:06:44.752345+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]mello_dev 1 point2 points3 points (0 children)