|
|
|
|
|
by flipgimble
3181 days ago
|
|
Or more realistically and less dramatically, some these big features took a lot of effort and engineering investment before they were ready for production. Apple tends to re-think the current technology and implements their ideal solution. This takes longer but avoids the duck tape approach I've seen in various iterations of Visual Studio. As a concrete example the refactoring tools in Xcode9 work for both C++ (for the first time!), Objective-C and Swift using the same framework. Best of all the API to write your own refactoring tools has been carefully designed, and there have been some high quality external contributions already to the refactoring tools. |
|