You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Builder pattern allows us to write readable, understandable code to set up complex objects such as reqests to VPP API.
Lately VPP introduces more complex APIs with additional structures, enums, fields, unions which adds complexity to requests and is therefore less readable.
The text was updated successfully, but these errors were encountered:
The Builder pattern allows us to write readable, understandable code to set up complex objects such as reqests to VPP API.
Lately VPP introduces more complex APIs with additional structures, enums, fields, unions which adds complexity to requests and is therefore less readable.
The text was updated successfully, but these errors were encountered: