
Does Refactoring course have examples in C++ also?
Hi,
Are the examples in this course not in C++ as well? If no then could we expect it in future. I am a C++ developer.
Answer

Hi!
Thanks for asking! I'm sorry, but the current edition of the refactoring course doesn't support C++ due to low demand.
Still, please note that the course is language-agnostic and all the knowledge can be applied to any OOP-focused programming language. If you can read Java, C# or PHP, you don't have to wait for the second edition.

Much of the principles here apply to any programming language. In fact, as a computer scientist, programming language is a lot less important than programming paradigm. It is only a matter of semantics.
I have successfully applied the principles in from refactoring into our Fortran and C++ code base where I work. You can't even do real objects in Fortran.
I happen to have come here today because I wanted to reference the Diving Into Refactoring text to push for a change in our code base to our technical director.
Customer support service by UserEcho
Hi!
Thanks for asking! I'm sorry, but the current edition of the refactoring course doesn't support C++ due to low demand.
Still, please note that the course is language-agnostic and all the knowledge can be applied to any OOP-focused programming language. If you can read Java, C# or PHP, you don't have to wait for the second edition.