Tag Archives: Polymorphism

About My Abortive Design

Here is an idea for managing the user permissions at my web app. In this design users have different privileges to perform basic crud operations on different app domains (Customer Management Domain, Stock Management Domain etc.). In this way, some … Continue reading

Posted in Projects, Software Architecture, TechLog | Tagged , , , , , , , | Leave a comment

“Without An If” Notes

Here is some notes which I took from a Google Tech Talks video: When to use Polymorphism if an object should behave differently based on its state If you have to check the same condition in multiple places Use Conditionals … Continue reading

Posted in General Concepts | Tagged , , | Leave a comment