-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix error message after rename Load -> Terminal
- Loading branch information
1 parent
43eec06
commit e5abacb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e5abacb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename
Southwind.Load
toSouthwind.Terminal
This commit in southwind renames
Southinwd.Load
toSouthwind.Terminal
. It's not actually a breaking change in Signum Framework, but it's a new convention that will be used moving forward in tutorials and error messages, so better rename in your application too.Why the change?
The name
Load
was chosen a long time ago, even before the framework existed, and doesn't really fit anymore. When training, there is often a confusion with the Load application.Entities
,Load
,Logic
,React
,Test
is not a valid compilation order, whileEntities
,Logic
,React
,Terminal
,Test
is.Other names where considered, like
Southwind.Console
(many conflicts with theSystem.Console
class),Southwind.CLI
,Southwind.Prompt
orSouthwind.Shell
(more a command interpreter than a text IO app).Long live to
Southwind.Terminal
!e5abacb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.