I had always a dilemma if to use Wrapper or Container in my component name.
I finally found a good description where is this simple rule.
In programming languages, the word container is generally used for structures that can contain more than one element. A wrapper, on the other hand, is something that wraps around a single object to provide more functionality and interface to it.
I hope it will help you as well to have a good naming convention in your great project.
Yeah! Naming conventions are the clue for the project success!
Thank you! I don’t know about it before 😀
You are welcome :) Thank you for your comment
Wrapper sounds like a hack to implement something without changing 500 other places in your code.
Container sounds like you had a plan.
Just choose something and go.
Hi @zoftbase. It can sound like it but I see it as a great name suffix for cover around 3rd party component where you are not going to change their code.
That’s a great convention!
Hi @JesperBylund. Yeah, it is :)