u/BlueSpeed - 14 Archived Voat Posts in v/programming
u/BlueSpeed
  • home
  • search

u/BlueSpeed

2 posts · 12 comments · 14 total

Active in: v/programming (14)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: What are you guys learning at the moment?

.Net core webApi. Having some trouble trying to target .Net Standard though. Hoping this becomes easier as it matures.

1 11 Feb 2017 02:05 u/BlueSpeed in v/programming
Comment on: Trying to get a reddit clone running to see how it works. Install apparently worked but getting weird behavior for Create, etc.

Which voat clone are you talking about?

What that error is saying is the page POST_submit has not been programmed yet and is just a placeholder. It sounds like the software you are trying to use is not quite finished or polished. Perhaps look to see if there is a newer version of the software available with the missing functionality added.

0 14 Jun 2016 10:50 u/BlueSpeed in v/programming
Uncle Bob Martin talks on the future of programming
3 8 comments 30 Apr 2016 01:09 u/BlueSpeed (..) in v/programming
Comment on: ES6 is beautiful

As a C# developer several of those new features are familiar. Lambda expressions array.where(s => s == 4) were introduced in c# 3 and I'm glad they are making their way into other languages. Such a simple and easy way to declare anonymous functions.

1 10 Apr 2016 03:55 u/BlueSpeed in v/programming
Comment on: Help with C# questions?

A class is a collection of related functions and data. It is used to encapsulate data into a single object. Classes are grouped together into a namespace. Any class within a namespace can reference another class within the same namespace. To reference outside a namespace you must use a #include.

Try starting out with the C# tutorials on msdn. You will become very familiar with msdn if you continue to learn C#. Its a very comprehensive reference for all standard .Net libraries.

1 27 Mar 2016 01:59 u/BlueSpeed in v/programming
Comment on: Looking for a text editor or IDE

Visual Studio. On top of that look into ReSharper by jetbrains. It adds many refactoring and code analysis tools.

1 18 Mar 2016 12:03 u/BlueSpeed in v/programming
Comment on: What are some must read programming books for a new programmer?

Clean Code by Robert C Martian. There are many good books for how to write code. This one is for how to write maintainable code.

2 18 Mar 2016 11:59 u/BlueSpeed in v/programming
Comment on: Whats New In Python 3.6 Python 3.6.0a0 documentation

C# released a similar feature recently instead of doing string.Format("foo{0}bar",object); we can do $"foo{object}bar"; It is very convenient.

2 13 Feb 2016 21:20 u/BlueSpeed in v/programming
Comment on: Reflections on difficulties using object-oriented design methodology

I found a strict one way or another approach rarely works out well. There are situations where functional methods are better then OOP but then the reverse is true. In addition we should Unit Test and be willing to change things when they get messy. Preventing messy code isn't just about choosing the right pattern but also maintaining the project over time.

1 21 Jan 2016 00:13 u/BlueSpeed in v/programming
Hampton Roads DevFest. A single day convention on a variety of topics in the Hampton Roads area.
1 0 comments 16 Oct 2015 03:00 u/BlueSpeed (..) in v/programming
Comment on: Sometimes a bug is hit only after code was executed 100 000 000 000 000 (100 trillion) times -- Spotify's underflow bug

At least they didn't have to deal with a hardware bug like the developers of crash bandicoot.

9 29 Aug 2015 02:54 u/BlueSpeed in v/programming
Comment on: Here are the top 10 programming languages used on GitHub

Archive

0 22 Aug 2015 23:47 u/BlueSpeed in v/programming
Comment on: [C#] Lovely idea for unused lambda parameters

ಠ.ಠ

1 15 Jul 2015 16:36 u/BlueSpeed in v/programming
Comment on: mov is Turing-complete

I wonder how many other x86 or AMD-64 instructions are turning complete on their own.

2 07 Jul 2015 04:34 u/BlueSpeed in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.