joereddington / MrsLandingham

An exercise in working out what my workflow actually is.
0 stars 1 forks source link

Refactoring with classes and so on #3

Closed joereddington closed 7 years ago

joereddington commented 7 years ago

I've spent a fair amount of time yesterday putting in the classes and so on that let ML work on a phone - I need to do the refactoring so that it works everywhere.

joereddington commented 7 years ago
02/07/17 07:06:

So I need to do some mapping... and have done.

07:13:

The structure is a question - I want to be able to run the code from either phone or cmd - and that boils down to witch interface to use. I think that we quickly end up at:

and day as a UI object that gets run remotely (no main function). That also solves our import problem (the UI library doesn't exist elsewhere).

07:23:

I've seperated out the Ios_ui class into it's own file, and for some reason I'm failing to create a CMd class...

(Currently I'm giving everything a boolean - I'll give proper seperate start files shortly)

07:29:

Finding out some things that we need.

07:32:

Think I've got something working now...

07:32:

Fixing a bug. Should commit...

07:35:

I've committed and push. Let's see how it works on the phone now...

09:50:

This is unfinnished, but we know what we are doing when we come back: fixing the new user interface on iphone.

Next Actions

joereddington commented 7 years ago
02/07/17 16:17:

doing some phone dev.

'lnn

16:26:

i've added an exit button. Working well. Have also fixed the interface more generally. Everything appears to be working. Better commit.

16:30:

Have commited and pushed. Nice. Let's play with it.

16:39:

been reading up. but nownvisitors