CST328-Module I- Learning Journal
Flavio Cervantes
CST 328
March 11, 2025
Learning Journal
The process of solving coding bat challenges entailed fully
understanding what the question was asking, sometimes I noticed I would get
stuck and it wasn't because a lack of understanding what syntax to input, but
rather I was misreading the question. This caused me to lay out my code
incorrectly. I noticed that by investing more thought into understanding what
the question is asking, I would have better success in solving the coding bat
challenge. The tools at my disposal were the provided documentation that coding
bat provides and researching on how certain functions operate.
For the most part I planned it out, except if I can see the
pseudocode within the question it asking, then I would throw code that
resembles the question being asked. This worked if it was simple and code,
I had previous knowledge on, but if it was my first time implementing, then it
would not work. By researching and learning more about that certain function, I
was able to generate better quality code that was easier to debug. Some code
took me 2-4 tries, and on some I was stuck for 15+ tries [20-30 mins+] before
finally figuring it out.
Comments
Post a Comment