In case you didn't know, Windows API accepts both the slash / and backslash \ as path name delimiters.
When I hard code file names, I always use the slash / to avoid doubling (escaping) the backslash. The latter style looks a bit ugly in my opinion.
Thoughts on starting new projects with LLM agents
-
A few months ago I wrote about using LLM agents to help restructuring one
of my Python projects. It's worth beginning by saying that the rewrite has
been...
1 week ago
No comments:
Post a Comment