So, I was merging some changes (the postgres chef recipe), and I ran across the following:
1 2 3 4 5 6 7 8 | |
I am confused. Why would you do this? What possible benefit does this have over just using an if/else/elsif block? So… I’m going to just change it to:
1 2 3 4 5 6 7 | |
Because that seems, you know, sensible…
