well i was thinking more like methods that do something ... but as i said, if the method is that obvious I am ok with not having it a comment. I would add a comment though for the sake of automatic documentation.
Its a python habbit. even empty methods do get whats called as python doc strings , very similar to smalltalk its a string that can be used for generating later on hmtl documentation which makes things obviously a lot easier. And i think thats also another big plus for commenting even empty methods. I have no idea though if pharo has a documentation generation library from method comments. I assume it has . -- View this message in context: http://forum.world.st/Pharo-dev-Small-Methods-dont-need-comments-true-or-myth-tp4688177p4688355.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
