63
ultrono
7y

I'm sure most PHP peeps have come across the "Faker" library, which generates a plethora of random content for you.

Let this be a warning to you.

Today I used their "realText()" (see: https://github.com/fzaninotto/...) method when seeding a database for a client, which, oddly enough, generates text using real words.

The client wasn't too impressed and asked me why I would type in "So she began nursing her fat again" as a sample Faq. It required an email and call to the client to explain it was all auto generated text and I didn't type anything myself.

Should probably just use their basic lipsum text methods next to generate some gibberish :)

Comments
Add Comment