Thu Jun 25 01:41:13 PM MDT 2026 Today feels like there are so many difficult things going on, and I don’t know how to even do that! It’s annoying at least, but what am I supposed to do about it? I don’t know. Life will always be what it will be and that’s all there is to it. I mean, come on. If I had the ability to make this life listen to me, do you honestly think I would be here thinking about it all? I highly doubt it. There’s nothing in this life that will make me want to understand it less than someone in my face yelling at me telling me everything will be “fine.” Yeah, that doesn’t fly for me. Not at all.
Keep It Simple Stupid (No Really) From time to time I find it amusing what kind of code can be written and what code actually gets passed through to a production setting. Most of the time it’s something I’ve written myself. Ever look back to a project you worked on a long time ago? That’s a scary thought now isn’t it? You take a look back and go… how did that ever work? You also might think, what in the world was I thinking when I coded that? Awful Markup Back when I first started learning HTML it was the standard to have all of your tags in uppercase. Uppercase! I suppose someone wanted to establish content from presentation or structure. Yeah structure. HTML isn’t a presentation layer, that would be CSS. Looking back at that code I cringe. Why would anyone ever even want to code in all uppercase? It didn’t make any sense. Not only does it hurt the eyes to look at it, but it’s also hard to read. Method Lengths How long should a method be exactly? I’ve read that methods should be ...