Live data from Hacker News

Postmodern Programming

github.com

11–20 of 26 posts

Re: Postmodern Programming

#11
post #8

i remember i read an article under the same title, that said more or less that postmodern programming, is googling for code snippet to paste in your ide or framework and all the effort you will do is configure and glue stuff together sounded cool at the time

Really? I think that sounds like a dreadful way to code anything useful.

Although it's a pretty decemt way to get something up and running while you're learning to program.

Re: Postmodern Programming

#15
post #8

i remember i read an article under the same title, that said more or less that postmodern programming, is googling for code snippet to paste in your ide or framework and all the effort you will do is configure and glue stuff together sounded cool at the time

> and all the effort you will do is configure and glue stuff together

I've been assigned to my first Java project at work, and during training they would show how much you could do without 'coding'. I guess editing XML files and inserting program code in the strings of said XML files isn't technically 'coding', where I guess 'coding' means writing scary Java code with, you know, type checking and relvant error messages and stuff. Why I need to be able to redefine the class name of our 'beans' internal to the working of our system using a user editable configuration file is beyond me.

/rant

Re: Postmodern Programming

#16
post #2

I didn't read beyond the first few sections of the post, but it wasn't really clear to me how it relates to postmodernism (ctl-f "modern" didn't turn anything up either). If you're interested in a paper attempting to actually relate postmodernism and programming, the best I've read can be found by querying your local search engine for [Notes on Postmodern Programming].

Yeah, it doesn't have a whole lot to do with postmodernism. On the other hand, it is a useful and practical guide to refactoring imperative code to declarative form, with all the associated benefits.

Re: Postmodern Programming

#17
post #8

i remember i read an article under the same title, that said more or less that postmodern programming, is googling for code snippet to paste in your ide or framework and all the effort you will do is configure and glue stuff together sounded cool at the time

> and all the effort you will do is configure and glue stuff together I've been assigned to my first Java project at work, and during training they would show how much you could do without 'coding'. I guess editing XML files and inserting program code in the strings of said XML files isn't technically 'coding', where I guess 'coding' means writing scary Java code with, you know, type checking and relvant error messag…

Oof! I dealt with a SASL and CAS system that had much of its flow control built into XML strings. Yeah, you may not have to "compile" things, but you end up with a system where everything is a runtime exception. I believe this style of coding was referred to as "inner platform effect" by Martin Fowler.

Glad that I'm far from that project now.

Re: Postmodern Programming

#19
post #8

i remember i read an article under the same title, that said more or less that postmodern programming, is googling for code snippet to paste in your ide or framework and all the effort you will do is configure and glue stuff together sounded cool at the time

I think you're referring to this maybe:

http://www.wall.org/~larry/pm.html

Perl, the first postmodern computer language

Though its a bit deeper than your summary so perhaps not.

Re: Postmodern Programming

#20
ugh, postmodern in the title is link bait in one manner, nauseating in another.

If he had replaced "post modernism" with the term "post structuralism" he would have realised he should not write the piece from the get go.

Post reply on HN