HackerTrans
TopNewTrendsCommentsPastAskShowJobs

durbatuluk

no profile record

comments

durbatuluk
·2 mesi fa·discuss
The same coinbase where my manager used # of commits as metric for praise. I'm so anxious to see how this will work out
durbatuluk
·8 mesi fa·discuss
Any method you forget to overwrite from the embed struct gives a false "impression" you can call any method from mockS3. Most of time code inside test will be:

    // embedded S3Client not properly initialized
    mock := mockS3{}
    // somewhere inside the business logic
    s3.UploadReport(...) // surprise
Go is flexible, you can define a complete interface at producer and consumers still can use their own interface only with required methods if they want.