exceptionless / Exceptionless.Java

Exceptionless Java client
Apache License 2.0
6 stars 2 forks source link

Add documentation/update readme on customizing the client using builders #38

Closed pc9795 closed 3 years ago

pc9795 commented 3 years ago

In the codebase, we have used builders instead of traditional object creation using new. Have to update docs with examples

niemyjski commented 3 years ago

Do you have any good articles or videos you recommend for the @builder pattern? I came across one but it's not very good.