Basic praise function
gaborcsardi opened this issue · 7 comments
So I thought for starters we could have something like:
praise <- function(template = "This is ${superb}!") {
## ...
}
and then praise
just inserts a random adjective from superb
into the template.
?
Sounds good! We could also import your package building package and have praise_build() which simply calls that with a piece of praise if it succeeds.
I guess I will import praise
in mason
, or maybe that's what you meant. I think praise
could be pretty generic, the madlibs engine if you like.
Ahh, that'd make more sense!
I think it would be good to break the word list down in to parts of speech so you could have "You're a {adverb} programmer" or "{Adjective} work!". (and matching capitalisation would also be handy)
@hadley yes, that makes sense. I would even classify them further. "{Adjective} work!" often makes less sense than "{Positive adjective} work!".
Matching capitalization is also a good idea.
I just assumed all the adjectives would be positive in this package ;)
Yeah, right. :)