Blog
Going live in June 2024!
Going live in June 2024!
I came across an edge case in a side project I’ve been working on, and that got me thinking about edge cases more generally. How are they defined? Is there a way to go about looking for them somewhat systematically? Let’s look at some examples and see if we can start to answer those questions.
Say you’re implementing some frontend code to add a label...
Rails test app continued! My next steps are to prioritize what needs updating - and it’s clearly the hardcoded values in both the API exporter file and the update tables job file. By the end of this article, I should have the ability to export another table without custom code beyond the FBRef url.
Four key pieces here: update table: Table.find(1)
in the...