Skip to content

Commit

Permalink
Some minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 14, 2021
1 parent c017c39 commit 208de3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The HTTP methods are strictly observed:

## Generator and backend

The Zap back-end is a node.js application. The general design guidelines for the back-end logic are:
The Zap back-end is a node.js application. It was originally written in plain JavaScript, using common.js module mechanism, but has been then converted to use TypeScript. The conversion is ongoing. The general design guidelines for the back-end logic are:

- fully embrace and make use of the asynchronous node.js callback model, thus ensuring least-blocking and maximum-performing infrastructure. Use of JS `promises` is a chosen pattern to follow asynchronicity.
- use npm as a package manager.
Expand Down
45 changes: 0 additions & 45 deletions src-electron/util/script.js

This file was deleted.

0 comments on commit 208de3d

Please sign in to comment.