Compiler.V3-dtl.525
MONTICELLO•Episode home
Manage episode 515784388 series 2327027
Content provided by SqueakSource. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by SqueakSource or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://podcastplayer.com/legal.
Name: Compiler-nice.525
Author: nice (Nicolas Cellier)
Time: 23 October 2025, 11:26:14.289495 pm
UUID: 2228d2af-72a7-48f8-ac1c-72355e8235be
Ancestors: Compiler-nice.524
1. CompilationCue>>requestor: is not EToys specific.
Bring it back here.
It is used by SyntaxErrorNotification so that user can interactively correct the method from within the text controller of the SyntaxError window.
2. Use a better ifNil: idiom (a ifNil: [b] ifNotNil: [a]) is not the idiomatic way.
(a ifNil: [b]) just express the same thing with less brain storm.
less is more.
…
continue reading
Author: nice (Nicolas Cellier)
Time: 23 October 2025, 11:26:14.289495 pm
UUID: 2228d2af-72a7-48f8-ac1c-72355e8235be
Ancestors: Compiler-nice.524
1. CompilationCue>>requestor: is not EToys specific.
Bring it back here.
It is used by SyntaxErrorNotification so that user can interactively correct the method from within the text controller of the SyntaxError window.
2. Use a better ifNil: idiom (a ifNil: [b] ifNotNil: [a]) is not the idiomatic way.
(a ifNil: [b]) just express the same thing with less brain storm.
less is more.
8 episodes