top | item 46414818

(no title)

sunnybeetroot | 2 months ago

Subclasing and overriding is not a good idea. There is no compilation failure if you forget to override a function which can lead to flakey tests at best and prod data impact at worst.

discuss

order

wmichelin|2 months ago

your test environment should not have the credentials to write to prod data. yiiiiikes!

sunnybeetroot|2 months ago

Credentials end up existing in prod because the person used Mochito and didn’t override the function for providing credentials :’c