Can we possibly use ES6 (ES2015) destructuring in index.js for :
const {app} = require('electron'); const ipc = require('electron').ipcMain;
which will prevent requiring electron multiple times as we have already done once at the start, thoughts on this suggestion ?
Thanks for the guide @synicalsyntax , getting accustomed with zulip community 馃槃
Good idea. We should do so.
Thanks for the feedback, @geeeeeeeeek should i send a PR ?
@Anshuman-Verma yeah, go ahead!
@zulipbot claim
Command is @zulipbot claim :)
Most helpful comment
Thanks for the guide @synicalsyntax , getting accustomed with zulip community 馃槃