How Can I Start Thinking Like A Programmer?

0
4
Asked By TechWhiz42 On

I've always considered myself technically inclined, especially when it comes to understanding computer hardware. I can easily grasp how different parts work together. However, I find programming to be a different beast altogether. When I code, I often think, "This function does ___ and is named ___ because that's how the language designer chose it."

I also feel lost when it comes to knowing what I can and can't do with code; there's an overwhelming number of terms and functions to learn. Unlike HTML and CSS, which make perfect sense to me since I can see immediate results as I work, languages like Python and C# have been incredibly challenging. Just one small mistake in C# can cause my entire code to fail, and Python often gives me partial results that make troubleshooting hard.

I really want to overcome this barrier and become proficient at coding. Any advice would be hugely appreciated!

1 Answer

Answered By CodeCrafter99 On

You're looking to piece together different functions to tackle a problem rather than expecting one function to do it all. It takes practice and experience to break down large problems into manageable parts. Try not to focus on memorizing everything—just dive into smaller projects that challenge you. If you hit a wall, share your problem and thought process; it makes it easier for others to help you out!

HelpMeOut22 -

Thanks a lot! One key issue for me is just opening Visual Studio or Rider and knowing what to work on today. For instance, I found a project idea for a system monitor but have no clue how to begin. It feels like searching for answers instead of genuinely understanding how things work.

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.