|
Hans,
Regarding Open I/O encouraging programmers to embed user interface, database, and business logic together, I can see your point, to a degree. Like with traditional design patterns, it would be a trivial matter to read from a database file and write to an Open I/O file - and visa versa.
On the other hand, it would't take much discipline to separate your Open I/O files into one service program, and your database files into another, and use exported data structures to link both together, so that related logic is separate too. Hopefully, we've learned enough from the past to have some self-motivated discipline. We don't need overbearing language constraints to enforce good design.
Also, it would be really good design to have "generic" Open I/O handlers encapsulate parsing and formatting logic according to the type of device that the RPG program might be interfacing with.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.