Now, we can duplicate entire specifications. But we cannot duplicate data structures within a specification.
Use case: I have a complex data structure and I want to create similar, but simpler one. I would duplicate the complex one and then simplify it.
Now, we can duplicate entire specifications. But we cannot duplicate data structures within a specification. Use case: I have a complex data structure and I want to create similar, but simpler one. I would duplicate the complex one and then simplify it.
Currently, I need to start from scratch.