Discussion of article "Better Programmer (Part 04): How to become a faster developer"

 

New article Better Programmer (Part 04): How to become a faster developer has been published:

Every developer wants to be able to write code faster, and being able to code faster and effective is not some kind of special ability that only a few people are born with. It's a skill that can be learned by every coder, regardless of years of experience on the keyboard.

Faster development is every developer's dream. Nobody wants to develop a program or a piece of code the whole week or spend too many hours, if not days trying to figure things out when we get stuck in the coding process.

faster developing

Every coder wants to be faster

  • Maybe you watched MQL5 coding video on YouTube that was hard to follow along because you are too slow to catch up with the instructor's speed and you wish to get to that level for yourself.
  • Maybe you've seen some developers with magnificent coding speed on the keyboard, they can write a complex algorithm in few minutes that might take you hours if not days to code.
  • Or maybe you would like to be able to code faster and effectively so that you can deliver jobs faster on the Freelance and be ahead of your competitors.
  • Or maybe you want to impress your spouse/partner by your superman abilities on the keyboard, being able to code with less or no bugs, complex algorithm in a small amount of time.
  • Sometimes you might want to be able to deliver fast updates to products on the Market and fix bugs and errors that your customers have been spamming you on your Email or MQL5 message Inbox.

Author: Omega J Msigwa

 
MetaQuotes:

New article Better Programmer (Part 04): How to become a faster developer has been published:

Author: Omega J Msigwa

Great instructions
 

très super, très riche tes articles.

hâte de lire d'autres a venir 

 
Merci bien
 
Write in English please.
 
Yaness LeRoi225 #:

très super, très riche tes articles.

hâte de lire d'autres a venir 

Thank you

 
It's a good article. Thanks
 
The article was good, everything is clear and to the point 👍
 

but only it's strictly the opposite...

the code given in the article as "bad" is professional.

and what is pretended to be good is crap.

PS/ the admissibility and correctness of arguments are always checked. "Trust no one, not even yourself"

 

This code fragment is given in the article as an example code fragment:

CAccountInfo       m_account;  // members of the AccountInfo class
CSymbolInfo        m_symbol;   //members of SymbolInfo class
COrderInfo         m_order;    // OrderInfo members
CHistoryOrderInfo  m_orderhistory; // members of the OrderHistoryInfo class
CPositionInfo      m_position; // members of the PositionInfo class
CDealInfo          m_deal;     // members of the Deal Info class
CTrade             m_trade;    // members of the TradeInfo class
CTerminalInfo      m_terminal; //members of the TerminalInfo class

These are not members of the specified classes. It seems that the author does not understand what class members are.

Стать хорошим программистом (Часть 4): повышаем скорость программирования
Стать хорошим программистом (Часть 4): повышаем скорость программирования
  • www.mql5.com
Я полагаю, каждый разработчик хочет писать код быстрее. При этом возможность быстро и эффективно писать код — это не какая-то особая врожденная способность, доступная только избранным. Это навык, которым может овладеть любой программист, независимо от предыдущего опыта и объема набранных на клавиатуре текстов.
 
Andriy Konovalov #:

The article contains such a code fragment as an example:

These are not members of the specified classes. It seems that the author does not understand what class members are.

Are you sure you need to know something to teach others?