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
{{ message }}
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
For instance, Route provides various apply methods which would instantiate the route instance with different properties.
However, when there are many options, providing factory methods for every combinations of them would be nearly impossible and using such API can be quite cumbersome and error prone.
Better approach would be provide a builder style API, like below :
For instance,
Route
provides variousapply
methods which would instantiate the route instance with different properties.However, when there are many options, providing factory methods for every combinations of them would be nearly impossible and using such API can be quite cumbersome and error prone.
Better approach would be provide a builder style API, like below :
The text was updated successfully, but these errors were encountered: