Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

0% Positive

Analyzed from 99 words in the discussion.

Trending Topics

#sense#makes#style#less#functional#programming#more#disregarding#article#second

Discussion (7 Comments)Read Original on HackerNews

actionfromafar•41 minutes ago
Disregarding the article for a second, has anyone else had the pattern that "parse don't validate" makes sense in object oriented style, but less sense in functional style programming? Like parsing and validating blurs into each other.
LittleLily•25 minutes ago
In my experience it makes even more sense in functional programming languages, not less, since they usually also have more powerful type systems that help with actually representing parsed vs unparsed data.
bregma•about 2 hours ago
Author has used LLMs to generate Java code in C++. It detracts from his point.
jsymolon•about 2 hours ago
First thought, assuming that birth year starts at 1900 is bad for a number of reasons; one of which, "process this list of authors and ..."

What about everyone born before 1900?

rienbdj•about 2 hours ago
C++ could use some do-notation