Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additions: - Added checks to the start of the `write` function and `Writer` constructor. TypeScript type definitions coming soon! I have a tab open about it right now :) Changes: - Rewrote the `write` function and `Writer` class, a similar set of changes as to what I did over on the reading side of things yesterday. - One of the bigger changes to the write methods, now each one has all of it's logic built in, as now there's no more `write` method, only each method for writing each type. It is a little more code, but it is a bit better at showing what each function does. - For each of the write methods with for loops, each one now uses either `for of` or `for in` loops where possible, rather than just a standard `for` loop. I like the simplicity of those a lot, and I realized that they could apply great here too. - Added a few more variables to break up some of the looping functions, as it was pretty complex to comprehend what each section was selecting. It should also be a bit easier to debug with those in there too, since you can just add a `console.log()` to see what the variable's value is, rather than having to write the call out again to break part of it up to get the intermediate values in there. Oh yeah! - Listening to Closure / Continuation for the second time through as of now, "Of The New Day" right now! First time listening to it yesterday afternoon, wow did they do a great job! Can't believe PT is releasing new material again. - Finally found a nice version of Insignificance on YouTube, so that will probably be my copy of that eventually. I also will be getting Yellow Hedgerow Dreamscape too, the album that is. The song is epic, and the extra hard to find compilation album is an extension of that. There are more and more cool hidden gems out there, you just have to look a little harder to find them! - Oh yeah, and I came across their first concert on Bandcamp too, that is also a likely must buy! Back in 1993, at Nag's Head, an extra epic venue that used to be around. Just read that they turned it into flats in 2018 I heard, bummer! The sound quality on the recording was great, even for coming up on 30 years ago. I was -10 :O - Ok, and I have to mention how much I love Up the Downstair, just gotta say...
- Loading branch information