• 0 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle


  • Well. To Java that’s just a string of utf-8 characters, assuming you haven’t bastardised the encoding, and it’s just yanked out of an HTTP entity. So of course they’re different.

    If you’re using some json parser and object mapping library (like Jackson) then all bets are off 'cause it could be configured any which way.

    On every other language and library it’s whatever the defined behaviour is.

    3/10











  • We probably have slightly different work processes.

    I’m more likely to be making “foo” functionally complete and then making “bar” complete than I am to be making all my dialogs functional then all my tabs/whatever.

    This comes from TDD where I’m making a test pass for “foo”, once done, I’ll do the same for “bar”.

    Though it’s even more likely these are different files entirely, rendering the arguments moot.