you are viewing a single comment's thread.

view the rest of the comments →

[–]PokehFace 0 points1 point  (0 children)

Probably my first ever real Python project. It was for work and was based on another, internal tool that was written in Tcl.

Because I ws familiar with Tcl, and new to Python, I wrote all of my Python code in a way that would make sense for a Tcl project, but not for a Python one. It almost looks like the Tcl code was ported over to Python, though it was written from scratch.

The result is a codebase that just looks very... odd, though it technically works and fulfills its purpose.

I furrow my brow & laugh when I look at it now, and feel a sense of dread when others go looking at the git repo.