|
|
|
|
|
by firedating
1764 days ago
|
|
I've spent 9 hours coding firedating.me (my hobby project and community of people interested in FIRE (Financial Independence / Early Retirement) looking for friends and a partner). Features:
1) Searching for multiple specific genders. Previously this was only 'one gender' or 'any'. However, often people want to search for 'one gender' + Non-Binary. Unfortunately, the code didn't support the new functionality well, so I had to refactor a lot (especially tests). Now it should be much easier to maintain though. 2) Searching by children preferences (whether their matches have and want children). This just reused logic from (1). Overall, it is surprising how much complexity there can be in a dating site :) |
|