Skip to content

Conversation

@M-Antonio12
Copy link
Owner

This pull request adds the builder creational design pattern in router/v2.py. This pattern allows for easy construction of output interface. The builder pattern allows for construction of objects in any manner and order. This allows for us to easily output the present needed interfaces and implement more in the future without having to redo code. Rather instead we just build the interface with the neccesary blocks.

This was done but creating an abstarct builder class, inplemented the neccesary "blocks" and simply calling these blocks based on required output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants