2

Need help

I recently applied for an internship and had the interview already so far it went great but they did request some code to see my logic in development.

Currently I'm working on a permission based user account system in php so that a single system can be used for both mods and regular users and should be quite easy to implement into a site build from scratch.

What I wonder is if it'll be interesting enough to show to them.

The company develops wesites, apps and educational games.

I'd love to hear your thoughts.

Comments
  • 0
    im going to go ahead and say yes thats fine, im sure they just want to see code to review.

    Else if unsure, maybe you can ask them if that code would be what they are after else maybe they can make a request for you to code.
  • 0
    Actually this kind of functionality already exists in popular PHP frameworks like Symfony and Laravel.

    However, *my guess* is they are more interested in the way you work e.g. your coding style, the use of version control system, do you write tests, etc.

    So I believe the feature of the system shouldn't be a problem :)
  • 0
    As @kong say, Symfony/Laravel does that very well... But it doesn't matter, that's not what your company will look at.
    They want to look your design, your coding style, your use of git, your commenting... The project itself matters not
Add Comment