abhishek kumaraksilearntocoder.hashnode.dev·Sep 23, 2024Concept of DelegatesWhat is Delegates? First of all in our mind we have a question that there is small "delegate" and there is Capital "Delegate". What it is mean and why there is small and capital in terms of "delegate" and "Delegate". Before resolving above question L...delegate type
Senbagaraman Msenbagaraman04.hashnode.dev·May 24, 2023Enable Loose coupling in Angular using PipesWith applications complexity increases, thus the code complexity too. To achieve a minimal coupling, we can process a function as Pipe in Angular and achieve the same. Consider the following example of attaching the text to the input provided. this.h...Angular
Halmurat Twww.halmurattahir.com·Sep 7, 2022Java Decoded: Mastering the Art of Coupling for Smoother, More Efficient Code! 🌟💻🚀Alright, let's dive into the world of Java coupling in a fun and easy-to-understand way! 🚀 What is Coupling in Java? 🤔 Coupling refers to the degree of direct knowledge that one class has about another. This isn't about the class's knowledge of ano...Core Javatight coupling