Ways to eliminate switch in code [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
Can someone please explain to me what is the difference between the template method pattern and the strategy pattern is? As far as … Read more
Hi I am a newbie in the Kotlin world. I like what I see so far and started to think to convert some … Read more
I am creating a REST api, closely following apigee suggestions, using nouns not verbs, api version baked into the url, two api paths … Read more
Is facade a class which contains a lot of other classes? What makes it a design pattern? To me, it is like a … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
I’m at a point in my development learning where I feel like I must learn more about interfaces. I frequently read about them … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
What is a wrapper class? How are such classes useful? 17 Answers 17
I am studying patterns and anti-patterns. I have a clear idea about patterns, but I don’t get anti-patterns. Definitions from the web and … Read more