Factory methods should describe what they are making in singular form. Since a singular bounty is created at a time, the factory should be StandardBountyFactory.sol.
I'd also like to drop the "Standard" prefix from both contracts, because it is is a bit redundant since it is the standard bounties repo.
Factory methods should describe what they are making in singular form. Since a singular bounty is created at a time, the factory should be
StandardBountyFactory.sol.I'd also like to drop the "Standard" prefix from both contracts, because it is is a bit redundant since it is the standard bounties repo.