I don't get the gender backlash here, personification has been a thing for a long time and there doesn't seem to be any malfeasance (intended or otherwise) here. It's not lewd, doesn't play to stereotypes, etc. To me, a basic litmus test is whether you could easily swap the gender without reworking anything. If you can't, it's probably offensive, if you can it's practically gender neutral (naming aside). It's not a c…
> doesn't play to stereotypes The stereotype that QA is 'women's work' is harming the industry.
Show HN: PatchGirl – QA for Web Developers
31–40 of 49 posts
Re: Show HN: PatchGirl – QA for Web Developers
#32I don't fully understand what this is. This seems to be a tool to allow me to semi-automate repetitive tasks that access a REST API; is that correct? Can I download it and fill it in with my own endpoints, etc?
Kind of :-) The idea behind PatchGirl is to allow developers to combine REST and SQL requests to populate your database to a desired state. The goal is to make "database seeding" and "API testing" reproducible and ease manual testing :-) All PatchGirl's features are enabled by running a little proxy (called patchgirl-runner) on your computer which you can find here https://github.com/patchgirl/patchgirl/releases/tag/…
I’d contrast this with test data which is used to provide a consistent data set for reproducible actions (usually unit or integration tests).
Sorry if that’s a pedantic nuance
Re: Show HN: PatchGirl – QA for Web Developers
#33I would avoid gender-izing business or product names. There is a trend in the tech industry to remove gender and racial terms from our dictionary. examples: factory girl was renamed to "factory bot". https://github.com/thoughtbot/factory_bot/issues/921 github is renaming `master` git branches to `main` https://www.zdnet.com/article/github-to-replace-master-with-...
How did we progress from "two genders" to "unlimited genders" to "no genders"?!
Re: Show HN: PatchGirl – QA for Web Developers
#34Earlier quoted context omitted.
Kind of :-) The idea behind PatchGirl is to allow developers to combine REST and SQL requests to populate your database to a desired state. The goal is to make "database seeding" and "API testing" reproducible and ease manual testing :-) All PatchGirl's features are enabled by running a little proxy (called patchgirl-runner) on your computer which you can find here https://github.com/patchgirl/patchgirl/releases/tag/…
One comment based on a discussion I was having yesterday on this subject, I’d be careful of the term seeding. I think of seed data as data required for the app to function properly. For example, I seed my application database with a system user account or other system specific data. I’d contrast this with test data which is used to provide a consistent data set for reproducible actions (usually unit or integration te…
Re: Show HN: PatchGirl – QA for Web Developers
#35I would avoid gender-izing business or product names. There is a trend in the tech industry to remove gender and racial terms from our dictionary. examples: factory girl was renamed to "factory bot". https://github.com/thoughtbot/factory_bot/issues/921 github is renaming `master` git branches to `main` https://www.zdnet.com/article/github-to-replace-master-with-...
How did we progress from "two genders" to "unlimited genders" to "no genders"?!
Re: Show HN: PatchGirl – QA for Web Developers
#36I don't get the gender backlash here, personification has been a thing for a long time and there doesn't seem to be any malfeasance (intended or otherwise) here. It's not lewd, doesn't play to stereotypes, etc. To me, a basic litmus test is whether you could easily swap the gender without reworking anything. If you can't, it's probably offensive, if you can it's practically gender neutral (naming aside). It's not a c…
Are you taking offense to people taking offense for the sake of virtue signaling?
Re: Show HN: PatchGirl – QA for Web Developers
#37Re: Show HN: PatchGirl – QA for Web Developers
#38I would avoid gender-izing business or product names. There is a trend in the tech industry to remove gender and racial terms from our dictionary. examples: factory girl was renamed to "factory bot". https://github.com/thoughtbot/factory_bot/issues/921 github is renaming `master` git branches to `main` https://www.zdnet.com/article/github-to-replace-master-with-...
People would rather bury the idea that this industry is male dominated then make sound business decisions.
Re: Show HN: PatchGirl – QA for Web Developers
#39Earlier quoted context omitted.
Shouldn’t you have gone with “PatchWoman” if you were playing off of “PostMan”?
PatchGirl felt kind of neat to me! Back then, I pictured a young rebel pirate girl on a boat filled with adults (postman, pow, insomnia, ...) and she just looked cool in my head :-P
Re: Show HN: PatchGirl – QA for Web Developers
#40Earlier quoted context omitted.
One comment based on a discussion I was having yesterday on this subject, I’d be careful of the term seeding. I think of seed data as data required for the app to function properly. For example, I seed my application database with a system user account or other system specific data. I’d contrast this with test data which is used to provide a consistent data set for reproducible actions (usually unit or integration te…
I'd say the definition is whatever definition the team you work in uses. For example for me at work, seeding = automatic database setup for a test system with example data
> I'd say the definition is whatever definition
> the team you work in uses.
No, the definition of industry terms is the way they would be understood by other people in the industry. Seeding is understood to be critical data such as area code lists and timezone information. > For example for me at work, seeding = automatic
> database setup for a test system with example data
You're not wrong. Seeding _is_ automatic database setup, just not only for test systems.