How can I quickly improve my C# and TypeScript skills as a QA tester?

0
0
Asked By MellowCedar42 On

I work as a QA tester and can handle SQL and simple scripting fairly comfortably, but I have little formal programming experience. My job gives me access to a large codebase, mostly written in C# and TypeScript. I mainly test developers' changes and occasionally fix small bugs using my own reasoning or help from an AI tool. The codebase feels overwhelming, especially the syntax, arrows, and figuring out what happens next when following the code. I can sometimes understand the general idea at first glance, but much of the code is still confusing. What would be the fastest practical way to learn the fundamentals and become better at reading and modifying this code?

1 Answer

Answered By KindlyMaple88 On

An AI coding assistant can be useful as a supplement, especially if you are allowed to use it with that code. Give it a small section and ask for a detailed explanation of each statement, the inputs and outputs, and any unfamiliar syntax. Do not rely on it as the only teacher, though—first try to understand the code yourself, then use the explanation to check your assumptions. Your SQL experience already gives you useful logic and data-flow skills; you mainly need to learn how those ideas are expressed in C# and TypeScript.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.