(not) saying what you mean

Snippets from projects done right here. With apologies.

Cactus CreateScheduleBindings.pl

	$rhschedule_db->{"\U$thorn\E BLOCK_$block LANG"}

better:

	$schedule->language()

Cactus GridFuncStuff.pl

	@other_imps = split(" ",$rhinterface_db->{"IMPLEMENTATION \U$my_imp\E ANCESTORS"});

better:

	$implementation->getAncestorList()

Carpet Recompose.cc

	hh.extents().at(ml).at(rl).at(c).lower();

Carpet Cycle.cc

	arrdata.at(group).at(0).data.at(var)->cycle (0, c, mglevel)