(no title)
peter_l_downs | 1 year ago
For instance, I have a migrations library that I descibre as "modern" because it is designed for a continuous deployment environment where you're automatically running migrations on container startup — there are tons of existing popular migrations libraries, but none of them work this way because they were written in the era that you'd manually run sql commands in prod. I say "modern" so that if anyone finds my library, they realize that it was created recently based on more recent dev/ops trends.
Maybe I should drop the "modern"? I do see a lot of people describe their code as "minimal" or "clean", which is pretty meaningless to me, so I get that "modern" could come across that way as well.
tomwphillips|1 year ago
I think you should drop “modern” for something like “designed for CI”, “CI-first” or “CI-native”. It’s more informative.
skeledrew|1 year ago
Aeolun|1 year ago