Why Microsoft sucks.

Brothers of Briar

Help Support Brothers of Briar:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

puros_bran

Well-known member
Joined
Dec 10, 2007
Messages
10,992
Reaction score
3
BASIC
.
Print "Hello World!"




Visual Basic .Net. (MS's version of Basic)

Module Module1
Sub Main()
Console.WriteLine("Hello, world!")
Console.ReadKey()
End Sub
End Module

'non-console example
Class Form1
Public Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load()
MsgBox("Hello, world!")
End Sub
End Class
 
No. Actually I was looking at the Ruby language and how it has been developing. I got curious and looked at some other languages too.
Looking at C, C++,C#/Objective C its easy to see the relationship.
Java is the same way.. With the exception of the crap used on a BlackBerry it is all very similar .
Basic,Visual Basic are close.. Then VB .Net looks like an adopted retarded kid that you have to repeat yourself to over and over...lol




This sounds crazy, to me anyway..I've had the
Focus for a few months and haven't even tried to tinker on it. Other than app testing.
 
Ruby sucks ;)

Microsoft has the same problem that Google is now having: when a company gets big, quality plummets.
 
Top