binzunu1909 / ui-test-selenium

Testing on Web API server about School Management
1 stars 0 forks source link

[Note][Builder]:It is not recommended to have multiple Builder classes in one class #19

Open binzunu1909 opened 1 year ago

binzunu1909 commented 1 year ago

It is not recommended to have multiple Builder classes in one class as this complicates and difficult to manage the source code. It leads to logical confusion, code duplication, confusion and complexity of the extension process. Instead, it is recommended to use a single Builder class within a class to reduce complexity and ensure consistency.