Comment by iveqy
7 hours ago
I built my own ERP system for handling my business. It's also an TUI and has been here on Hacker News a few times.
About training new staff, there's actually studies done on it: https://pmc.ncbi.nlm.nih.gov/articles/PMC2655855/
My 2 cents is that GUI is good for exploring new software, while TUI is wonderful if you already have a mental map of what you're doing. So for everyday used software I would definitely hope that more TUI's where used.
I made a simple biz app for a friend, with dotnet C# but as a TUI. Seemed the easiest to teach.
Super interesting study. Training new staff was always the most challenging aspect of the software.