ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
376 stars 61 forks source link

Conclusions from a code review #446

Open Reinmar opened 1 year ago

Reinmar commented 1 year ago

I've done a quick code review and analysis of the app during CKE5 team's hackathon and have a couple conclusions on what we should do to make it easier to maintain and more stable to use.

I pushed some changes to https://github.com/ckeditor/github-writer/compare/hackathon-2023 (mainly: updated CKE5) too.

Maintainability

Stability

In general, I'd recommend simplifying the integration. There's a ton of code in it already and my feeling is that it'd be more useful if it was dumber but easier to maintain and improve.