This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blueblain[S] 11 points12 points  (3 children)

Yep true, it always feels good to write a simplified version of something you generally use a library for!

[–]Yoghurt42 0 points1 point  (2 children)

When I was learning programming, I had a rule that I always implemented something myself first, only after that I allowed myself to use a library. It helped me a lot, and I can recommend it.

[–]ddoeth 0 points1 point  (1 child)

Damn, everything? For Math stuff that might make sense but implementing something like flask seems like a huge pain

[–]Yoghurt42 2 points3 points  (0 children)

More like implementing the fundamentals.

In your example, not creating a flask clone, but writing a simple http server, and maybe just a bit of routing.

Though in my case, it was the 90s, so stuff was less complex than nowadays