Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
olmo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
olmo
7y ago
Glad to see someone pints this out. That’s the main reason I use React + Typescrip. JSX is an extension of javascript and can be fully checked while any template language is a custom invention that it’s hardly toolable.
2.
▲
by
olmo
7y ago
If you're using a dynamic language, an ORM doesn't provide much. But in C# LINQ has the benefit of being strongly typed, this means your DB schema can be evolved. If you write raw SQL (or Python) and you rename a table/entity
3.
▲
by
olmo
9y ago
Why LINQ is systematically ignored outside of Microsoftland? It's actually a type-safe expressive and secure AutomaticQueryGenerator
4.
▲
by
olmo
9y ago
Like LINQ
5.
▲
by
olmo
9y ago
Most enterprise web apps use bootstrap, that is quite Standart. But they do it on top of react/angular/grunt/we pack and a zillion npm packages to choose and keep updated. Nothing of this was necessary to make VB6 application
6.
▲
by
olmo
9y ago
There is a solution for this problem: I use a monolith that make 100% of my sql queries using LINQ (including massive updates and so). Since Linq is strongly typed you can rename/remove/split tables and columns, fix compilation is
7.
▲
by
olmo
10y ago
It's funny how async/await has influenced so many other languages but LINQ, that in my opinion is much more interesting (specially the DB stuff) for solving down to earth problems is sistematically ignored by other languages (Pyth
8.
▲
by
olmo
10y ago
It's true, but 95% of the cases you get much better results by using the right data structures (dictionaries) instead of transforming queries to loops. Still is a very cool thing, hopefully is standardized into Roslyn
9.
▲
by
olmo
10y ago
ReactComponent are also very OO, just the render function is functional
10.
▲
by
olmo
10y ago
D3 is more declarative than jQuery, but not so much as React. selection.enter().append("div").attr("class", "bar") .style("height", function(d){ return d + "px"; }) .style(“margi
11.
▲
by
olmo
10y ago
Of course it is! to start with, it looks like SVG, but also you only have to provide the state that you want and React adds and removes what is necessary, while in D3 you need to use `enter` and `exit` imperatively. I'm just concerned
12.
▲
by
olmo
10y ago
+1 I couldn't express it better.
13.
▲
by
olmo
11y ago
Sorry moron4hire but you are underestimating TS types system. You can write quite crazy expressions abusing Boolean operators and he successfully keeps the static type. You can also have different method overloads signatures as long as you
14.
▲
by
olmo
12y ago
We're re-launching Signum Framework. Is an Open Source (LGPL) framework for writing applications using a modular design, and taking advantage of the latest technologies from Microsoft (.Net 4.0/4.5.1, C# 5.0, LINQ, SQL Server, WPF
15.
▲
Show HN: Modular LOB Apps in C#/LINQ/WPF/TypeScript/Bootstrap
(signumsoftware.com)
6 points
by
olmo
12y ago
|
1 comments
16.
▲
by
olmo
12y ago
Nice work! GitHub should overrate the languages of the cool boys, but underrate expressive languages because less LOC. stack overflow on the other side should overrate day to day work languages but also overrate complicated languages that g
17.
▲
by
olmo
12y ago
Fortunately rewrite in typescript is mainly rename the files, simplify class declarations and add some type annotations as you go
18.
▲
by
olmo
12y ago
The reason is that C# is a better language than Java, so there is less pain and less reasons to move away to a newer language.
19.
▲
by
olmo
12y ago
I think Typescript is a f king great answer. Provided that web developers are too conservative to try radical changes (ActionScript? Silverlight? Dart?) platforms don't care to support them (Apple?) and users are too lazy to install p
20.
▲
by
olmo
13y ago
Some problems with the Go implementation: Looks like go does not have something similar to extension methods, so a result() call should be put at the end to unwrap the collection. The lambda syntax is even worst than C++ and no query expres
21.
▲
by
olmo
13y ago
FAT -> GIT SQL -> Datomic?
22.
▲
by
olmo
13y ago
Actually Canary Islands is also in the wrong time zone. Spain should be in 0 (and France, Moroco, Argelia, etc...) just as UK. Portucal could chose, since it just in the middle, currently is 0. Canary Islands should go to -1. http:/&#
23.
▲
by
olmo
13y ago
We have plenty of engineers in spain (me being one). http://capitalsocialenespanol.files.wordpress.com/2012/07/st... http://capitalsocialenespanol.files.wordpress.com/2012/07/gr...
24.
▲
by
olmo
13y ago
I don't think that changing the time zone is going to make any productivity or 'family time' change. We work a lot of hours because there are more employees than companies. Market laws. I think, however, that changing the tim
25.
▲
by
olmo
13y ago
I'm Spanish and I've software company. Here is my schedule: 9-14 morning work 14-15 lunch 15-18 evening work 18-20 (aprox) partners-only work Dunno in construction or other sectors, in consultancy we work more hours and I've
26.
▲
by
olmo
14y ago
There are more questions about Typescript http://stackoverflow.com/questions/tagged/typescript?sort=ac... than Dart http://stackoverflow.com/questions/tagged/dart?sort=active . It's true than Stackoverflow is a little bit biased towards
27.
▲
Typescript wins over Dart on Stackoverflow
(stackoverflow.com)
2 points
by
olmo
14y ago
|
2 comments
28.
▲
by
olmo
18y ago
You right! I've started the page to do it http://www.signumframework.com/FAQ.ashx I'll finish this tonight.