The PBP suggests avoiding package variables. I almost can’t think of a reason to use one, so support this suggestion. Read the rest of this entry »
PBP: 052 Package Variables
October 27th, 2014PBP: 051 Lexical Variables
October 23rd, 2014Global Variables; Just Say No. Well, the PBP’s a little more lenient than that, and actually easier to follow by suggesting, “Avoid using non-lexical variables.” and admitting there are some times you just need a package or global variable. Read the rest of this entry »
PBP: 050 List Membership
October 20th, 2014The PBP suggests using the right, fast, tools to search for strings in lists. Who wouldn’t? Read the rest of this entry »