278
The beginner of tutorial hell
(lemmy.zip)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Same with rust. Wanted to build a “simple” CRUD and then spent my time reducing scope to the most basic “making a parser that converts text files into valid HTML”
Making a parser is basic? Good on you!
I mean, given there are no checks and that what I am doing is first line blogpost title, then “for each line a paragraph”, it was something cobbled pretty quick (with a large amount of unwraps).
Heh. If it works!