I've seen that apple engineers use DSE and NFC in commits.I couldn't find
on Internet what these terms mean.So, what do these terms mean ?
I believe these are Dead Store <https://en.wikipedia.org/wiki/Dead_store>
Elimination, and "No Functional Change" (reassurance for why tests weren't
added along with a commit, or that a commit is so minor it doesn't need
review).
Jacob
···
On Sat, Jan 2, 2016 at 11:12 PM, inbox only via swift-users < swift-users@swift.org> wrote:
I've seen that apple engineers use DSE and NFC in commits.I couldn't find
on Internet what these terms mean.So, what do these terms mean ?_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
Thanks for explaning this .
···
2016-01-03 9:25 GMT+02:00 Jacob Bandes-Storch <jtbandes@gmail.com>:
I believe these are Dead Store <https://en.wikipedia.org/wiki/Dead_store>
Elimination, and "No Functional Change" (reassurance for why tests weren't
added along with a commit, or that a commit is so minor it doesn't need
review).Jacob
On Sat, Jan 2, 2016 at 11:12 PM, inbox only via swift-users < > swift-users@swift.org> wrote:
I've seen that apple engineers use DSE and NFC in commits.I couldn't find
on Internet what these terms mean.So, what do these terms mean ?_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
Yep exactly! See also:
http://llvm.org/docs/Lexicon.html
for other compilery jargony things.
-Chris
···
On Jan 2, 2016, at 11:25 PM, Jacob Bandes-Storch via swift-users <swift-users@swift.org> wrote:
I believe these are Dead Store <https://en.wikipedia.org/wiki/Dead_store> Elimination, and "No Functional Change" (reassurance for why tests weren't added along with a commit, or that a commit is so minor it doesn't need review).