What should I name my nested packages?
Hello, Just a quick question as I work on refactoring and cleaning up a project I've been working on. I notice that packages like Fuel appear in nice, nested hierarchies in my code browser, with 'Core' nested under 'Fuel' even though 'Core's package name is actually Fuel-Core. I'm wondering what I have to do to get my own packages to nest similarly in the code browser beyond just naming them accordingly. Thank you, Evan
Hi, are you referring to tags? If you right-click a package, you see options such as "Add tag...", "Promote as package", "Demote to package with tag". Peter On Mon, May 30, 2016 at 02:10:38PM -0400, Evan Donahue wrote:
Hello,
Just a quick question as I work on refactoring and cleaning up a project I've been working on. I notice that packages like Fuel appear in nice, nested hierarchies in my code browser, with 'Core' nested under 'Fuel' even though 'Core's package name is actually Fuel-Core. I'm wondering what I have to do to get my own packages to nest similarly in the code browser beyond just naming them accordingly.
Thank you, Evan
Yes, that looks like it. Thanks. Relatedly, do I correctly infer that tags only organise /within/ packages, and so cannot be downloaded separately? Thank you, Evan -- View this message in context: http://forum.world.st/What-should-I-name-my-nested-packages-tp4898193p489839... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On May 31, 2016, at 5:50 PM, Evan Donahue <emdonahu@gmail.com> wrote:
Yes, that looks like it. Thanks.
Relatedly, do I correctly infer that tags only organise /within/ packages, and so cannot be downloaded separately?
Yes. Doru
Thank you, Evan
-- View this message in context: http://forum.world.st/What-should-I-name-my-nested-packages-tp4898193p489839... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- www.tudorgirba.com www.feenk.com "We can create beautiful models in a vacuum. But, to get them effective we have to deal with the inconvenience of reality."
participants (3)
-
Evan Donahue -
Peter Uhnak -
Tudor Girba