Besides

Besides

programming and psychology

Skip to content
Menu
  • Home
  • About

Category: PHP

  • Posted on 2013-04-252013-07-30
  • PHP

Remove Debugbreak() calls before committing files to SVN

Since I work mostly on Windows, I develop all my PHP projects in NuSphere PhpEd IDE. And I’m using TortoiseSVN…

Continue Reading
  • Posted on 2013-03-12
  • PHP

Danger in using switch

One more caveat in using switch-statement is when you tend to use it like if-statement. Here is an example: Now.…

Continue Reading
  • Posted on 2012-12-13
  • PHP

Switch vs if-else

Despite the fact that PHP Manual suggests to use switch statement to match single variable I would argue that switch…

Continue Reading
  • Posted on 2012-10-182012-10-18
  • PHP

Count

Quote from official PHP documentation: count() – Count all elements in an array, or something in an object “something” —…

Continue Reading
  • Posted on 2012-02-212012-09-05
  • PHP

Variable comparison

From time to time I bounce into a code like: if (‘vodka’ == drink.type && 40 == drink.spiritAmount) then {…}…

Continue Reading

Posts navigation

Previous Page Page 1 Page 2

Search

Me on StackOverfow

profile for Ruslan Bes at Stack Overflow, Q&A for professional and enthusiast programmers

Categories

  • Java
  • Kubernetes
  • Learning
  • PHP
  • Productivity
  • Python
  • SAP Commerce (hybris)
  • Security
  • Software architecture
  • Software engineering
  • Tips & tricks
  • Web development
  • WordPress
© Copyright 2012 → 2020 – Ruslan Bes
Write me@ruslanbes.com
Telegram: @ruslanbes
Cell Theme by DesignOrbital ⋅ Powered by WordPress
 

Loading Comments...