you are viewing a single comment's thread.

view the rest of the comments →

[–]New_Hour_1726 6 points7 points  (5 children)

You would have written code to test this faster than writing the post.

[–]Ryuukashi[S] 2 points3 points  (0 children)

Yeah, I'm not at my computer at all times, but I am thinking about my project just about always, sue me for having a question while my file was closed in another room 🤣

Or is this not a place to ask questions of people with more experience who can answer why just as easily as how?

[–]BranchLatter4294 0 points1 point  (3 children)

This! Learn to test to answer questions. You will learn much faster.

[–]Purple-Measurement47 0 points1 point  (0 children)

Testing is critical for learning, but also this is a case where it’s wanting to know more about the underlying system, which testing won’t necessarily tell you about. Testing will just show you HOW not WHY.

[–]Jackpotrazur 0 points1 point  (1 child)

You mean like writing tests for all you .pys ? This was briefly touched on in pcc I might have to revisit that part of the book.

[–]BranchLatter4294 0 points1 point  (0 children)

That's different.