Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Skeletron is library to aid the building of Ruby applications on "use-case-driven" architecture.
Robert Martin describes the architecture in his "Architecture: The Lost Years" lecture:
https://www.youtube.com/watch?v=WpkDN78P884
This architecture aims to address some common problems in modern Ruby applications:
And to this end, emphasizes a few key points:
Entities
Generic business objects & rules, agnostic to presentation or storage mechanisms (e.g. Order, Customer).
Interactors
Application specific business rules; Manipulates the relevant data from the Request Model and interacts with the Entities.
Boundaries & Gateways
Protocols or Interfaces for defining .
Models
Dumb data structures representing input or output, without methods. e.g. Request Model, Response Model, View Model.
Controllers
Convert the stuff submitted by the delivery mechanism into a delivery agnostic Request Model.
Presenters
Turns the delivery agnostic Response Model into a prepared “viewified” data structure ready for easy manipulation by the view.
Skeletron aims to:
It is NOT:
TODO
TODO
TODO
FAQs
Unknown package
We found that skeletron demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.