IngramChen 積分 1

9.12 -- JDK9 第 12 個 patch

這樣子很難嗎?說實在的我覺得 jdk 的 version scheme 已經變好幾次了,難道還學不會搞東搞西的都是假的嗎?回歸最簡單最直覺的就是了。

文內提到六點:

  • Compatibility -- "Will my code break if I upgrade to this release?"

  • Significance -- "How different is this release from what I have now?"

  • Security -- "Does this release contain new security fixes?"

  • Support -- "For how long will this release be supported?"

  • Identity -- "On exactly which build was this bug reported against?"

  • Time -- "When did this release ship? How far behind am I?"

  • 相容性 - 看第一個數字就行了。想要 break change 就是改大版號,不想改大版號就不要 break !
  • 重要性 - 不就是看第一個數字?
  • 安全 - 用最高的就是了,要說什麼?
  • 支援期限 - 馬的,這關 version number 什麼事。支援期限會隨世局改變啊
  • 辨識度 - 第二個數字就是一直加啊,有 build 有修 bug 就是加一號啊,很難嗎?
  • 發行時間 - 馬的,這關 version number 什麼事!誰不是用 wiki 查?
這是文章的子討論串,你可以回到上層查看所有討論和文章