Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Programmers are also human"
channel.
-
84
-
43
-
36
-
28
-
21
-
15
-
10
-
10
-
9
-
8
-
8
-
8
-
6
-
6
-
5
-
4
-
4
-
4
-
4
-
4
-
4
-
4
-
3
-
3
-
3
-
3
-
3
-
3
-
Here’s the kind of stuff I have written, from my Python wrapper qahirah_xcffib, for keeping track of initialized X11 extensions:
self._ext_inited = dict \
(
(key, {"query" : def_query_version(key, args), "done" : False})
for key, args in
(
(xfixes.key, (xfixes.MAJOR_VERSION, xfixes.MINOR_VERSION)),
(xrender.key, (xrender.MAJOR_VERSION, xrender.MINOR_VERSION)),
(xshape.key, ()),
)
)
3
-
3
-
3
-
3
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2