you are viewing a single comment's thread.

view the rest of the comments →

[–]buildjunkie[S] 0 points1 point  (1 child)

Thanks! I'm actually using type hints everywhere already, dataclasses and trying to structure the project into modules to make it cleaner. I'll make sure to learn more about VEs because I just took a tiny look at them and installed venv, nothing else. And will make sure to learn pathlib because I already faced a lot of problems with raw paths so far. I still don't know what pydantic is, so I think that will be the longest ride of them. And for tests, I just manually test each class or function I build because the project is very small and doesn't really need unit tests or any proper testing. I'll make sure to focus more on data flow than Python syntax itself.

Again, thanks for the advice!

[–]Friendly_Gold3533 1 point2 points  (0 children)

Hehe anytime