I've honestly never seen anyone do that..
In visual studio go to Help -> "Add and remove help content" and that will allow you to download entire topics like .net 4.5 docs. You can even throw whatever you download on a network, and anyone can access it from…
Why? All you need to know is the grid width\height, and whether a grid coord is empty. All of which is shown in the example.
For me I like static typing because it adds a sanity check of the data getting passed around. Sure, most of the time it catches nothing, but it is nice when it does. Humans will always make mistakes, so static typing…
You only need the pro version for plugins.. Although I haven't used express so I cannot speak on if it supports plugins too..
Exactly my feelings about it. Being able to specify types, and having the compiler warn me of mistakes is a godsend when comparing it to just writing javascript. And when valid javascript is valid typescript, it seems…
It feels like using the mouse is the tradeoff for using Microsoft products. I use Visual Studio and SQL Sever at work, and they are such a productivity boost, but I hate how often I have to use the mouse. The problem is…
Agreed. I had searched for a couple minutes to make sure I was putting the bug in the right place when I reported it. And even then there was no great way to search that it wasn't a duplicate considering how easy it is…
I think it's just a matter of what's deemed important. I posted a bug on the forums, got a reply, and within the next update it was fixed.
IE10 has a smaller chrome at the top than both Chrome, and Firefox. I hear you on the plugins though.
It doesn't crash IE10 on Win7
There is a price for it right at the top. Granted, the page took ages to load (could just be the HN load though).
How come?
The way you prevent cheating in a game like this is that the game itself runs on the server. The client side is merely showing a representation of the server state. If people want to edit the scripts to show an invalid…
Because their business model benefits from knowing everything it can about you.
What about WebSockets, aren't they TCP?
win8 x64 didn't go down for me at that time.. Wonder what the difference is? I don't sync among devices, but for the people that it did crash for do you sync among devices? Maybe that has something to do with it?
No GP but, personally I don't feel it's as good as the VS debugger. Unless I am missing something you still have to type into the console to get the value of things you want instead of just hovering over things, or…
I disagree that needing to learn something is counter productive. They are simply extra capabilities, and you don't need to use them if you don't want to. I've been using visual studio for a few years now an I still out…
Just because there are more verbose languages, it doesn't take away from how verbose Java is.
Thank you for the link, I know what my next read will be!
The quoted line was from going back, editing, and even screwing that up. haha I can see what you're saying. I still feel like intuitive code == simpler, but we'll have to agree to disagree. This has made me more…
That is in no way simpler, only faster. I have no experience with writing for C64, but to me at a quick glance it makes little sense just skimming over that. Now take a language like RoR which I have never used. I can…
What is wrong with data binding? I only know the basics of it but I find it pretty useful. Is there something I am missing?
For me the biggest reason is speed. I use visual studio at work and love it, but when I am at home writing javascript. All those extra features just make it such a slow experience.
I've honestly never seen anyone do that..
In visual studio go to Help -> "Add and remove help content" and that will allow you to download entire topics like .net 4.5 docs. You can even throw whatever you download on a network, and anyone can access it from…
Why? All you need to know is the grid width\height, and whether a grid coord is empty. All of which is shown in the example.
For me I like static typing because it adds a sanity check of the data getting passed around. Sure, most of the time it catches nothing, but it is nice when it does. Humans will always make mistakes, so static typing…
You only need the pro version for plugins.. Although I haven't used express so I cannot speak on if it supports plugins too..
Exactly my feelings about it. Being able to specify types, and having the compiler warn me of mistakes is a godsend when comparing it to just writing javascript. And when valid javascript is valid typescript, it seems…
It feels like using the mouse is the tradeoff for using Microsoft products. I use Visual Studio and SQL Sever at work, and they are such a productivity boost, but I hate how often I have to use the mouse. The problem is…
Agreed. I had searched for a couple minutes to make sure I was putting the bug in the right place when I reported it. And even then there was no great way to search that it wasn't a duplicate considering how easy it is…
I think it's just a matter of what's deemed important. I posted a bug on the forums, got a reply, and within the next update it was fixed.
IE10 has a smaller chrome at the top than both Chrome, and Firefox. I hear you on the plugins though.
It doesn't crash IE10 on Win7
There is a price for it right at the top. Granted, the page took ages to load (could just be the HN load though).
How come?
The way you prevent cheating in a game like this is that the game itself runs on the server. The client side is merely showing a representation of the server state. If people want to edit the scripts to show an invalid…
Because their business model benefits from knowing everything it can about you.
What about WebSockets, aren't they TCP?
win8 x64 didn't go down for me at that time.. Wonder what the difference is? I don't sync among devices, but for the people that it did crash for do you sync among devices? Maybe that has something to do with it?
No GP but, personally I don't feel it's as good as the VS debugger. Unless I am missing something you still have to type into the console to get the value of things you want instead of just hovering over things, or…
I disagree that needing to learn something is counter productive. They are simply extra capabilities, and you don't need to use them if you don't want to. I've been using visual studio for a few years now an I still out…
Just because there are more verbose languages, it doesn't take away from how verbose Java is.
Thank you for the link, I know what my next read will be!
The quoted line was from going back, editing, and even screwing that up. haha I can see what you're saying. I still feel like intuitive code == simpler, but we'll have to agree to disagree. This has made me more…
That is in no way simpler, only faster. I have no experience with writing for C64, but to me at a quick glance it makes little sense just skimming over that. Now take a language like RoR which I have never used. I can…
What is wrong with data binding? I only know the basics of it but I find it pretty useful. Is there something I am missing?
For me the biggest reason is speed. I use visual studio at work and love it, but when I am at home writing javascript. All those extra features just make it such a slow experience.