More Than 640KB

157 posts

More Than 640KB banner
More Than 640KB

More Than 640KB

@morethan640

printf("Hello, world\n");

เข้าร่วม Mayıs 2023
19 กำลังติดตาม3 ผู้ติดตาม
More Than 640KB
More Than 640KB@morethan640·
When you override a method in Visual Studio it inserts a call to the base as an expression body method call This is almost never what you want. You typically want to add your own code and call the base, so need a regular method However, there's no setting for this. @mkristensen
English
0
0
0
4
🇺🇸Eric S - America ONLY 🇺🇸
I mean const *objects*. In C++ const has many uses. Something like this you would return a const pointer to the list and the caller could only call const flagged methods through that pointer. C# has the readonly keyword for params but this is done backwards and for object params it applies to the pointer assigned to that object variable, not the object it points to. Very similar concept with shared references in Rust.
English
2
0
0
247
Javarevisited
Javarevisited@javarevisited·
Would you approve this PR? class User { private List<String> roles = new ArrayList<>(); public List<String> getRoles() { return roles; } } What’s the hidden risk?
English
20
9
184
83.9K
Rob Mensching
Rob Mensching@robmen·
@mkristensen If it's C#, I use VS. If I'm debugging, I use VS. For everything else, I use VS Code. Without a strong code model/Intellisense, VS is too slow to navigate code compared to VS Code.
English
3
0
9
870
Mads Kristensen
Mads Kristensen@mkristensen·
What features or extensions make you jump from Visual Studio to other IDEs and editors to perform certain tasks?
English
105
9
32
11.5K
More Than 640KB
More Than 640KB@morethan640·
@mkristensen I’m a massive fan of Visual Studio, but it feels like every update breaks something or adds a “feature” that’s annoying and can’t be disabled.
English
0
0
0
65
More Than 640KB
More Than 640KB@morethan640·
Since applying the February Visual Studio update it no longer gives a warning about an async method not having an await. Is that intentional? @VisualStudio @mkristensen
More Than 640KB tweet media
English
0
0
0
7
More Than 640KB
More Than 640KB@morethan640·
The latest VS update has a problem, @mkristensen. Prior to the update I had the IDE setup so that I didn't have to put a space between the ; and the } in a property. After the latest update it now insists on doing it, and I can't find a setting to disable it!
More Than 640KB tweet media
English
0
1
0
15
Dave
Dave@GamewithDave·
Age yourself with something kids today wouldn’t understand 🤔 I’ll start: Installing a game across 6 floppy disks.
English
1.6K
34
1.6K
88.4K
More Than 640KB รีทวีตแล้ว
Coder girl 👩‍💻
Coder girl 👩‍💻@dev_maims·
We all agree?
Coder girl 👩‍💻 tweet media
English
369
255
7.3K
110K
More Than 640KB
More Than 640KB@morethan640·
@r0ktech The top one, but there shouldn’t be a a space between if and the (
English
0
0
0
212
𝐑.𝐎.𝐊 👑
𝐑.𝐎.𝐊 👑@r0ktech·
As a developer which one do you prefer ?
𝐑.𝐎.𝐊 👑 tweet media
English
252
228
2.5K
187.8K
Mustafa
Mustafa@oprydai·
why would you do this when iMac exists?
Mustafa tweet media
English
582
91
5.5K
910K
More Than 640KB รีทวีตแล้ว
no context memes
no context memes@nocontextmemes·
no context memes tweet media
ZXX
144
1.5K
38.3K
921.7K
More Than 640KB
More Than 640KB@morethan640·
Does anyone know of a Visual Studio setting that won't use expression bodied members when you ask VS to implement an interface or abstract method? I just wanted them implemented as "regular" method. #VisualStudio #csharp @mkristensen
English
0
0
0
9
More Than 640KB รีทวีตแล้ว
Kritika kumari
Kritika kumari@kritikatwtss·
Someone just said it
Kritika kumari tweet media
English
1.1K
23.1K
202.2K
5.7M
More Than 640KB รีทวีตแล้ว
Abhishek B R
Abhishek B R@abhitwt·
windows troubleshooting source code leaked💀
Abhishek B R tweet media
English
72
621
10.7K
143.1K
More Than 640KB รีทวีตแล้ว
Dave W Plummer
Dave W Plummer@davepl1968·
Is a new computer a million times as fast an old one? I ported a Dhrystone benchmark all the way back to the PDP-11/34, then ran it on everything I could get my hands on up to a 7995WX Threadripper and M2 Mac Pro. Some of the numbers are historical. These are, of course, single-core tests. The Threadripper could be doing 96x as much work as it is... Here are the numbers! Code can be found at: github.com/davepl/pdpsrc/…
Dave W Plummer tweet media
English
65
76
823
45.3K
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
Good luck actually getting one of those jobs. They pay top salary for a reason.
English
81
70
3.1K
745.5K
Sam Ferree
Sam Ferree@sam_ferree·
@Dave_DotNet strongly encouraged for all literals, mandatory for boolean flags
English
1
0
3
292
Dave Callan | dotnet
Dave Callan | dotnet@Dave_DotNet·
Who else likes to selectively use Named Arguments to improve method call clarity in C# #dotnet
Dave Callan | dotnet tweet media
English
26
6
132
7.7K