TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cedric Buest responds to Next-gen Java Programming Style

18 pointsby aschobelalmost 16 years ago

2 comments

sophaclesalmost 16 years ago
Quoting the article: "Fluent interfaces Now that's an interesting recommendation since it contradicts directly Stephan's suggestion of not using setters, because make no mistakes: fluent interfaces are setters in disguise. So, Stephan, which one is it? :-)"<p>Functions are just goto in desguise. switch/case is just an if/elif/else in diguise. Objects are just structs with some fancy function calling semantics. So which one will you use? Fluent interfaces may just be setters in disguise, but they add quite a bit of value.
评论 #755998 未加载
评论 #756225 未加载
评论 #755798 未加载
评论 #755902 未加载
igorguealmost 16 years ago
He got the same impression that I got, Java is not functional programming language.