|
Boost-Build : |
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-30 13:26:27
I'm pretty happy with the way the new coding conventions are working out
in the files I've changed. To summarize:
names with dots in them are "intended globals". Ordinary globals use
a dot prefix:
.foobar
$(.foobar)
pseudofunctions or associations are <parameter>.<property>:
$(argument).name = hello ;
$($(argument).name)
class attribute names are prefixed with "self.":
self.x
$(self.x)
builtin rules are called via their ALL_UPPERCASE_NAMES:
DEPENDS $(target) : $(sources) ;
words in user rule definitions are separated-with-dashes:
rule call-me-ishmael ( ) ...
+---------------------------------------------------------------+
David Abrahams
C++ Booster (http://www.boost.org) O__ ==
Pythonista (http://www.python.org) c/ /'_ ==
resume: http://users.rcn.com/abrahams/resume.html (*) \(*) ==
email: david.abrahams_at_[hidden]
+---------------------------------------------------------------+
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk