Git Product home page Git Product logo

fdmodel's People

Contributors

reidmain avatar robinsenior avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

tapi

fdmodel's Issues

Add delete method to FDModel

Currently FDModel has the concept of saving which attempts to save the model object to a FDModelStore but there is no way to delete the model from that store.

FDModel is not thread-safe

FDModel currently makes no attempt to ensure thread safety. If an FDModel object is being encoded while it is simultaneously being updated there is a chance that the encoding could crash https://devforums.apple.com/message/1079616. I'm sure there are also a host of other crashes that are probably just waiting to happen because of model objects being updated on multiple threads.

The first fix that comes to mind is that the FDModel, FDModelStore and FDModelProvider should share a NSOperationQueue that ensures that whenever a unsafe operation being performed it is thrown onto the queue. That immediately brings up the issue where what if the operation cannot be asynchronous so perhaps a recursive lock is better to ensure that deadlocks cannot occur.

FDModel copies readonly properties that have no backing ivar

Inside FDModel's copyWithZone: method it attempts to set the value of properties who are readonly but don't have a backing ivar. This is indicative of computed properties which will always fail and result in an exception that, while it will be caught, will be annoying when you have exception breakpoint turned on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.