Jump to content

KevinM1

Moderators
  • Posts

    5,222
  • Joined

  • Last visited

  • Days Won

    26

Posts posted by KevinM1

  1. Deathbeam is actually explaining the 'internal' keyword wrong. C# has what are known as assemblies, which are either executables (actual .exe) or dynamically linked libraries (.dll). These assemblies can be created by/contain multiple files. So, what he wants is a way to say "these files belong to a framework assembly, so most of what's in them should be hidden from the public." 'Internal' says that only code that's in the same assembly can access it.

    • Like 2
  2. PHPStorm is a joke unless you like unreadable rainbow colors.

     

    Notepad ++ is clean and has plenty of plugins to support it.  Been using it since I was like 15

    :facepalm:

     

    You do realize that you can customize PhpStorm's appearance? Just like with every other IDE? I use a modified version of the ubiquitous Son of Obsidian theme for both PhpStorm and Visual Studio. Looks great.

  3. Anyone have any experience with cloud based PaaS hosting? I've heard of PHP Fog, and apparently Heroku has PHP hosting capabilities (poorly documented and not advertised). I'm curious to see if anyone's tried PaaS hosting, and what their thoughts are.

  4. Im with you smoseley ^^

     

    ive been a notepad++ person for as long as i recall but i recently discovered JetBrains PhpStorm. it is by far the best editor in years. it has so many cool lil features. I think you should all go try it out!

     

     

    I am with you there 110%.

     

    ++PhpStorm. The new version even auto-detects if you have a popular MVC framework.

  5. Without OOP, a coder is at best a beginner/amateur.

     

    Bullshit.  And, quite frankly, I'm getting tired of you spamming the board with your unfounded "OOP is the bestest" tripe*.  Consider this a warning: any further posts that merely cheerlead OOP will be considered trolling and dealt with as such. 

     

    *Lest you think I don't 'get' OOP, I use it every day, both in PHP and C#. 

  6. You can work yourself up to at least Guru membergroup status and be able to post tutorials yourself.

     

    And, just to clarify how that happens:

     

    Gurus are selected on merit.  For us, it means being active and helpful.  Posting merely to increase post count is frowned on.

     

    So, if you (or anyone) wants to be a Guru, simply do your best to help others.  If you're consistent, we'll notice.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.