Search Results

0
votes

Best name for array indexed by id with boolean value

I would agree with other commenters that the question seems to lack proper context for proper concise naming, but something generic like able['foo'], enabled['bar'] or ready['ack'] may work. …