Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Working on a B-tree form. Reply To: Working on a B-tree form.

#183557
nixnerd
Participant

Codepen is updated. I’ve wire-framed the entire thing, so you can get a feel for the basic functionality:

http://codepen.io/Joe_Temp/pen/BkejG

Here’s what I want to work on right now: OOP. I’ve got a bunch of shit in objects… but that doesn’t make it object oriented. Also, this thing is INSANELY simple and it’s like 100 SLOC. That’s kind of ridiculous. Please give me some pointers on how I can clean this up. Thanks!

BTW: I’ll work on validation later. For now, I want to get a solid foundation to build on.