AmitKumarDas / Decisions

Apache License 2.0
10 stars 3 forks source link

Programming Best Practices #20

Open AmitKumarDas opened 6 years ago

AmitKumarDas commented 6 years ago

Motivation

A quick & easy summarized version of original go link

Error strings

Testable Examples

Do not start with Interfaces

To use a Value or Pointer Receiver ?

AmitKumarDas commented 6 years ago

References: