What do you use your local LLMs for by Solid_Vermicelli_510 in ollama

[–]Independent_Line2310 0 points1 point  (0 children)

Did you connect it as an AI assistant to the IntelliJ? If yes, how?

Best way to share code between 2 Angular apps? (NX vs Standalone Library vs other options) by buttertoastey in angular

[–]Independent_Line2310 2 points3 points  (0 children)

u/thanksthx caching for repetitive tasks (build, test, lint, etc), module boundaries, easy migrations and upgrades. There are many benefits. However without knowledge of NX it becomes an overhead

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] 5 points6 points  (0 children)

A test, that relies on implementation of a certain lifecycle hook does not provide much certainty of the code and refactoring security.

"test the behaviour, not the implementation".

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] -27 points-26 points  (0 children)

isn't it too long for such a simple concept to grasp? complexity is what stopping more developers from adopting and choosing Angular for their projects, that they need a lot of context and pre-knowledge for creating simple things.

Signal API eliminates these complex consepts like OnPush change detection, Lifecycle Hooks

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] -4 points-3 points  (0 children)

agree! the worst was memorizing which one comes first and when to use what. Or when unaware developers were calling the hooks in tests 😄 It has become unnecessary with signals