New article Better Programmer (Part 04): How to become a faster developer has been published:
Author: Omega J Msigwa
très super, très riche tes articles.
hâte de lire d'autres a venir
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.
- www.mql5.com
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?
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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.
Every coder wants to be faster
Author: Omega J Msigwa