←Older revision | Revision as of 05:55, 26 March 2022 | ||
Line 28: | Line 28: | ||
You have probably seen thousands of successful applications of the ''copying'' when developing an in-house software. Be it quick sort code you copied from [[StackOverFlow]] website or some [[Open source]] library you rather copied to not have to do with legal implications of its license. | You have probably seen thousands of successful applications of the ''copying'' when developing an in-house software. Be it quick sort code you copied from [[StackOverFlow]] website or some [[Open source]] library you rather copied to not have to do with legal implications of its license. | ||
- | There are companies building their business on copying [[OpenJDK]] and shipping it with ''minor modifications'' - for example with a better | + | There are companies building their business on copying [[OpenJDK]] and shipping it with ''minor modifications'' - for example with a better [[Garbage Collection]] algorithm or better final tier compiler. It does work. What can be the conclusion? |
''We have seen it working! Let's repeat the previous success''! Again and again ... until we find out it doesn't work in the Universe of [[API]]s! | ''We have seen it working! Let's repeat the previous success''! Again and again ... until we find out it doesn't work in the Universe of [[API]]s! |