Broad elevator-pitch-level ideas may well be of little value, but specific ideas about strategy for a given organization at a given time are hugely valuable. There is a significant difference betwen the ideas person who…
He was VP of Engineering at Yahoo before he left, so it stands to reason that he was applying for a very senior role.
I think those constraints are often the same as when you create a new record, so you can reuse code from there. But I'm sure there can be edge cases that make it tricky for some apps and/or situations. Undo and redo…
Instead of actually deleting a record when a user hits 'delete' just flip a boolean that indicates it is 'deleted'. Then undoing a delete action is as easy as flipping the boolean back. For more complex application…
Broad elevator-pitch-level ideas may well be of little value, but specific ideas about strategy for a given organization at a given time are hugely valuable. There is a significant difference betwen the ideas person who…
He was VP of Engineering at Yahoo before he left, so it stands to reason that he was applying for a very senior role.
I think those constraints are often the same as when you create a new record, so you can reuse code from there. But I'm sure there can be edge cases that make it tricky for some apps and/or situations. Undo and redo…
Instead of actually deleting a record when a user hits 'delete' just flip a boolean that indicates it is 'deleted'. Then undoing a delete action is as easy as flipping the boolean back. For more complex application…