Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 28, 2021 11:20 pm GMT

Good coding attracts new jobs - Code Inspector Talks!

In this episode at Code Inspector Talks, we are having Rodolfo Ferro as a guest to learn more about his experience in software development and his advice on good coding practices.

Alt Text

Rodolfo, originally from Mexico, and currently working as a Machine Learning Engineer tells us about his background in mathematics and how he discovered that learning how to code will give him new job opportunities and the chance to contribute to different software projects to the world.

Since he has been coding on python, he has commit himself to learn more about this language, for example: syntax, types of variables, how to write good functions, and how to write good documentation using doc strings

He mentioned these as good coding practices in python:

  • Think about scalability how your project coded in python could go beyond first expectations
  • Write a code to be used by other people. Contribute to the tech community
  • Write down good documentation and every time you update your functions update your documentation as well!
  • Testing! testing is important! He has been using pytest

He mentioned some challenges that he has faced while coding in python:

  • When checking old code from someone's, it is really a challenge to understand it or update it if there is no documentation
  • Code refactoring and maintenance, both are challenges themselves! Even more, when code is not readable and not documented
  • Generalizations! watch out with generalizations in python, and learn more about the different changes that every new version for python brings.

We had a great time chatting with Rodolfo! Thank you for your advice and for sharing experiences with us to help us be better coders
Thank you, Code Inspector community, for reading us, You can watch the full interview here


Original Link: https://dev.to/codeinspector/good-coding-attracts-new-jobs-code-inspector-talks-3o42

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To