DEV Community

Discussion on: What's the most fun you've ever had coding?

Collapse
 
janmpeterka profile image
Jan Peterka

Not sure about most fun, but some moments/aspects stand out:

Definitely coding with someone. I'm currently helping my friend (re)build webapp (moving from spaghetti PHP to nice Flask app, adding new features on the way), I'm more in "mentoring" role as I have experience with this framework. I enjoy when we are together thinking about concepts, and then making them into code. Also I enjoy when I'm looking into some deeper problem - not building views or controllers, but some handler or helper or mixin or something.

When I have clear vision in my mind, and just see it become "real".

Recently when I started using Turbo (thanks to turbo-flask). It's so cool! And Stimulus.js too.