electron-timber icon indicating copy to clipboard operation
electron-timber copied to clipboard

Separate main and renderer process logic

Open acheronfail opened this issue 7 years ago • 1 comments

As discussed in #10 - the codebase may be much easier to maintain if we separated the main and renderer logic into separate files. This issue will track the progress of this.

Current goals:

  • [ ] Separate main and renderer process logic
  • [ ] Improve tests
    • Make it easier to write tests without them effecting each other
    • Hopefully make it pleasant to write tests (we can only go so far with Spectron)

acheronfail avatar May 25 '18 01:05 acheronfail

See https://github.com/sindresorhus/electron-timber/pull/19 for inspiration if you want to work on this issue.

sindresorhus avatar Feb 01 '20 09:02 sindresorhus