How to name setter that does data conversion?
- by IAdapter
I'm struggling with how to name this method, I don't like the "set" prefix, because I feel it should be reserved for normal "dumb" setters and some tools might not like it (i did not check it in checkstyle, pmd, etc., but I got a feeling they won't like it.)
for example (in java, but I feel its language agnostic)
public void…