Help! Old PC dog has to learn new Mac tricks

  • Thread starter DaveC426913
  • Start date
  • Tags
    Desktop
  • #36
I think in this context it is less about the implementation and more about the user experience. Tabs and windows aren't the issue. It's about independence. Tabs are by nature bound to a single app instance/entity. But whether a window is part of a group of windows or stands alone has to do with how it works. The question is whether the window stands alone or is bound to the others in some way.

An example: I open a text file in Windows. Then another. They are completely separate from one another. With a Mac, opening the first file opens the app that then remains open even if I close both of the files. There are a set of menus at the top of the screen that work at the level of the app, not the individual windows.
 
Computer science news on Phys.org
  • #37
Keeping a program open without documents is useful if the program is complex and takes a lot of time and memory to load. If you close one document and then open another, you won’t be reloading the program again.

Multiple instances of programs also seems like a waste of ram. Why load the same code twice?

DaveC426913 said:
Sure - if they were designed badly and buggy. And the same can be said for tabbed programs where multiple files are opened by one app: if it's not designed to handle that usage, it will break!
Badly designed programs are a fact of life. But if a program opens multiple documents then you can be certain that the programmers considered that situation. It isn’t something that just automatically happens. But if ANY program can be open in multiple instances, then you can’t be sure that the programmers have considered everything that could go wrong in this situation.
 

Similar threads

  • General Discussion
Replies
2
Views
2K
Back
Top