TigerBeetle转发了
I really appreciate when there is a clearly defined method for building a code base. A guiding philosophy generally makes a code base much stronger. I'm a big fan of TigerBeetle and their "Tiger Style" for code design and philosophy. For example, Pair assertions to validate code is executing both before AND after how you expect it. Test all the black boxes and validate assertions up front. You can see this all over the code base as well for example: https://lnkd.in/gKHkSv9D Having this style is a form of strict code disipline that will reduce the likelyhood of technical debt being built in the long run. Methods and designs for validations of integrity of the code in project. Kudos to the TigerBeetle team for designing this! Here is a link to the "Tiger Style": https://lnkd.in/gSXmhyTJ