Click here to Skip to main content
15,886,639 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsAre you coding for change or for stability? Pin
Terrence Dorsey18-Apr-13 13:30
sitebuilderTerrence Dorsey18-Apr-13 13:30 
GeneralRe: Are you coding for change or for stability? PinPopular
Marc Clifton18-Apr-13 15:07
mvaMarc Clifton18-Apr-13 15:07 
NewsAn Introduction To Programming Type Systems Pin
Terrence Dorsey18-Apr-13 13:29
sitebuilderTerrence Dorsey18-Apr-13 13:29 
GeneralRe: An Introduction To Programming Type Systems PinPopular
Marc Clifton18-Apr-13 15:04
mvaMarc Clifton18-Apr-13 15:04 
JokeRe: An Introduction To Programming Type Systems Pin
Vivi Chellappa18-Apr-13 20:07
professionalVivi Chellappa18-Apr-13 20:07 
GeneralRe: An Introduction To Programming Type Systems Pin
TheGreatAndPowerfulOz19-Apr-13 8:24
TheGreatAndPowerfulOz19-Apr-13 8:24 
GeneralRe: An Introduction To Programming Type Systems Pin
Marc Clifton19-Apr-13 9:41
mvaMarc Clifton19-Apr-13 9:41 
NewsReflection in PHP Pin
Terrence Dorsey18-Apr-13 13:29
sitebuilderTerrence Dorsey18-Apr-13 13:29 
Today, most programming languages can use reflection. Statically typed languages, such as Java, have little to no problems with reflection. What I find interesting, however, is that any dynamically-typed language (like PHP or Ruby) is heavily based on reflection. Without the concept of reflection, duck-typing would most likely be impossible to implement. When you send one object to another (a parameter, for example), the receiving object has no way of knowing the structure and type of that object. All it can do is use reflection to identify the methods that can and cannot be called on the received object.
As with any cool toy, use reflection, but don’t abuse it.
NewsJava.next: Common ground in Groovy, Scala, and Clojure Pin
Terrence Dorsey18-Apr-13 13:28
sitebuilderTerrence Dorsey18-Apr-13 13:28 
NewsInterface Builder – Curse or Convenience? Pin
Terrence Dorsey18-Apr-13 13:27
sitebuilderTerrence Dorsey18-Apr-13 13:27 
NewsThe importance of open code Pin
Terrence Dorsey18-Apr-13 11:02
sitebuilderTerrence Dorsey18-Apr-13 11:02 
News25 indie games that should be on your radar Pin
Terrence Dorsey18-Apr-13 11:01
sitebuilderTerrence Dorsey18-Apr-13 11:01 
NewsFergulator - an NES emulator, written in Go. Pin
Terrence Dorsey18-Apr-13 11:01
sitebuilderTerrence Dorsey18-Apr-13 11:01 
NewsGoogle’s Vint Cerf explains how to make SDN as successful as the internet Pin
Terrence Dorsey18-Apr-13 11:00
sitebuilderTerrence Dorsey18-Apr-13 11:00 
NewsWho’s Winning, iOS or Android? All the Numbers, All in One Place Pin
Terrence Dorsey18-Apr-13 11:00
sitebuilderTerrence Dorsey18-Apr-13 11:00 
NewsA Coder Interview With Mike Meinz Pin
Terrence Dorsey17-Apr-13 11:54
sitebuilderTerrence Dorsey17-Apr-13 11:54 
NewsHow to disable the On-Screen Touch Keyboard in Windows 8 Pin
Terrence Dorsey17-Apr-13 11:53
sitebuilderTerrence Dorsey17-Apr-13 11:53 
GeneralRe: How to disable the On-Screen Touch Keyboard in Windows 8 Pin
MacSpudster17-Apr-13 12:29
professionalMacSpudster17-Apr-13 12:29 
JokeRe: How to disable the On-Screen Touch Keyboard in Windows 8 Pin
tumbledDown2earth17-Apr-13 17:46
tumbledDown2earth17-Apr-13 17:46 
NewsWhat is probabilistic programming? Pin
Terrence Dorsey17-Apr-13 11:52
sitebuilderTerrence Dorsey17-Apr-13 11:52 
GeneralRe: What is probabilistic programming? Pin
MacSpudster17-Apr-13 12:26
professionalMacSpudster17-Apr-13 12:26 
GeneralRe: What is probabilistic programming? Pin
Paul Conrad17-Apr-13 16:38
professionalPaul Conrad17-Apr-13 16:38 
NewsAn advanced introduction to C# Pin
Terrence Dorsey17-Apr-13 11:52
sitebuilderTerrence Dorsey17-Apr-13 11:52 
GeneralRe: An advanced introduction to C# Pin
MacSpudster17-Apr-13 12:43
professionalMacSpudster17-Apr-13 12:43 
NewsSpreadsheet programming problems Pin
Terrence Dorsey17-Apr-13 11:51
sitebuilderTerrence Dorsey17-Apr-13 11:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.