Perl Style Guide for Large Scale Object Oriented Developmentより。
Situations with short, simple conditions should generally use post-ifs and post-unless'es. This saves 600 bytes of memory load overhead for the {} block context ops.
ほんとに??
Perl Style Guide for Large Scale Object Oriented Developmentより。
Situations with short, simple conditions should generally use post-ifs and post-unless'es. This saves 600 bytes of memory load overhead for the {} block context ops.
ほんとに??