-
Blog posts delayed due to baby arrival
Of course we knew the baby was coming.
And I thought that I would have a backlog of blog posts built up by then and just log in to gitlab on my phone and merge the branches so netlify could run eleventy to build them.
But it was not to be.
Oct 6, 2020- Tags:
- personal
-
Throwing an error as a placeholder in typescript development
Note - this post uses typescript 3.9.7 - error messages may vary in older versions.
While working on the same project as in my post about
console.log
, I came upon a small frustration.function noReturn(): number {}
rightly throws the error
Aug 10, 2020- Tags:
- typescript
-
Level up your console.log game
Recently I've been working on rewriting a maths engine. This is a very large set of javascript classes and functions that performs a lot of complex financial calculations. I did not build it originally.
Jul 27, 2020- Tags:
- javascript
- debugging