GithubHelp home page GithubHelp logo

yii2-podium-api's People

Contributors

kooorierdeployer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hitomtao

yii2-podium-api's Issues

First Release ETA

When should we expect first release? Checking readme it seems that the checklist is all done.
What is remaining?

Coding practice

Hurray, I'm pleased to see you have started these 2 projects!

I'm reading through a lot of the code at the moment and I'm finding it very wordy! I just wanted to let you know about a common practice with interface names. There are typically 2 schools of thought:

# Interface Name Concrete Name Background
1 IMembership Membership C++
2 Membership MembershipImpl Java

So for a line of code like:
public function create(array $data, MembershipInterface $author, ModelInterface $thread)
it would be clarified into
public function create(array $data, IMembership $author, IModel $thread)
or
public function create(array $data, Membership $author, Model $thread)

I hope you don't think I'm trying to teach your grandma to suck eggs, but it makes the code a lot easier to read.

Just something to think about.

Examples

Hey Bizley, can you give some examples/steps of how to integrate this API in my Yii2 project? Thanks

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.