DEV Community

Discussion on: What's the most complex project you have ever done or been part of?

Collapse
 
daviddalbusco profile image
David Dal Busco

Our editor DeckDeckGo might be the most complex project I developed so far.

It is a relatively wide eco-system with many apps, web components, developer kits, backend, cloud etc. and has reached quite a size (currently > 5000 commits).

We try to be as much agnostic as we can, preferring developing our own components (like developing our own WYSIWYG editor or component to drag, drop and resize), which probably adds a bit of complexity ... and fun 😜.

Finally, in terms of UX, the fact that users can enter, to some extension, any content, makes things interesting. I feel like it is a bit less predictable content as any other apps I developed.