eat icon indicating copy to clipboard operation
eat copied to clipboard

Request for re-design for Config class

Open ryukato opened this issue 6 years ago • 1 comments

Need to think about that keep Config object is mutable. Since Config object contains configuration which is used during test run, so if a value of an attribute of Config object instance may cause something bad or un-expected result. I guess using builder pattern to build this Config object and making Config object immutable is better.

Any better idea is welcome.

ryukato avatar Apr 10 '18 23:04 ryukato

Okay, it looks good. If you prepare PR, let's review it together.

JiseongKim avatar Apr 16 '18 23:04 JiseongKim