This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51 Toolchain under Visual Studio IDE

I like this message very much, ohh! what's pitiful! it's 2 years ago. but I really hope the writer or someone can send VS51.exe. thanks!

My email
zeeman2003@hotmail.com

Parents Reply Children
  • Refactoring isn't just about renaming variables.

    It is about rewriting the software in small and distinct steps, so that you every evening have stable code to release. Many companies don't allow software to be released without very significant testing, in which case the micro-step updates may possibly only be release points for regression testing.

    But the refactoring includes splitting or merging of functions, redefinitions of data declarations etc, etc, etc. Without having spent any real time with never versions of VC, I'm not sure how many editing rules it supports, besides the search/replace logic.