Re: [Pharo-users] [Pharo-dev] New book: Pharo with Style

2019-01-01 Thread Tim Mackinnon via Pharo-users
--- Begin Message --- I’ve always felt the XP book nailed it - don’t use comments as a crutch to avoid fixing confusing code and don’t do work twice by simply writing a comment that says the same as the code. (You can of course try to write the comment and auto-generate the code, but we’ve tried

[Pharo-users] Re: Alt-Tab equivalent inside Pharo

2025-06-23 Thread Tim Mackinnon via Pharo-users
Curious - I loaded up P13 (which I've not had a chance to give a spin) - and the ctrl-tab implementation is not LRU so its not like OS Window flipping. I couldn't see an option to set this, so it looks like an "enhancement" might be needed. There were some excellent addons that gave this kind o

[Pharo-users] Re: [ANN] Pharo bindings for libarchive

2025-07-05 Thread Tim Mackinnon via Pharo-users
These are really nice utility things we can leverage (and a great example of the utility of pharo-cig) - thanks for doing this and sharing the work! On Sat, 5 Jul 2025, at 11:18 AM, Esteban Lorenzano via Pharo-users wrote: > Hi, > > As part of my work with pharo-cig