Click here to Skip to main content
15,914,820 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thank you Microsoft Pin
raddevus24-Sep-16 16:28
mvaraddevus24-Sep-16 16:28 
GeneralRe: Thank you Microsoft Pin
Mike Marynowski25-Sep-16 3:34
professionalMike Marynowski25-Sep-16 3:34 
GeneralRe: Thank you Microsoft Pin
CDP180224-Sep-16 20:59
CDP180224-Sep-16 20:59 
GeneralRe: Thank you Microsoft Pin
Mike Marynowski25-Sep-16 3:39
professionalMike Marynowski25-Sep-16 3:39 
GeneralRe: Thank you Microsoft Pin
Joe Woodbury24-Sep-16 13:01
professionalJoe Woodbury24-Sep-16 13:01 
GeneralRe: Thank you Microsoft Pin
Mycroft Holmes24-Sep-16 14:30
professionalMycroft Holmes24-Sep-16 14:30 
GeneralRe: Thank you Microsoft Pin
KarstenK24-Sep-16 21:49
mveKarstenK24-Sep-16 21:49 
GeneralRe: Thank you Microsoft Pin
Mike Marynowski25-Sep-16 3:18
professionalMike Marynowski25-Sep-16 3:18 
To each their own I guess. I don't think XAML is bloated if written properly, and I'm extremely anal about XAML being written cleanly. We write XAML by hand, not using the editor. Anytime XAML seems bloated we refactor or find a way to reduce the clutter and keep it clean. This is just one example:

[Code Index] | Getting Rid of Ugly TransformGroup Blocks in WPF[^]

Resources are great - they are like CSS styles for controls. If you use the editor then yeah it's a bad experience and you will get TONS of bloat. The editor should be there for only 3 things - scaffolding a template or a style for you that you then hand modify and place where you actually need, having a live view of the changes you are making in the XAML by hand, or playing with property values like margins or color live so you can tweak them just right by sliding your mouse on a slider or color wheel instead of typing, deleting, typing, deleting, etc.

Do you use IB or code to build your iOS interfaces? I'm assuming code, as most iOS devs quickly drop IB (us included) because of how bad it is.

You lose something special when you build interfaces in code instead of a declarative language with a live updating view. For mobile apps it can be argued that the interfaces are simple enough that it doesn't make much of a difference but I tend to disagree. I would also *strongly* disagree that hand written XAML is bloated compared to the code required to build up an interface.

I wrote interfaces with code 10 years ago and in my opinion it's a huge step backwards. HTML/CSS and XAML are a much better way of representing an interface.
GeneralRe: Thank you Microsoft Pin
Mike Marynowski27-Sep-16 3:33
professionalMike Marynowski27-Sep-16 3:33 
GeneralRe: Thank you Microsoft Pin
Munchies_Matt24-Sep-16 22:32
Munchies_Matt24-Sep-16 22:32 
GeneralRe: Thank you Microsoft Pin
Mike Marynowski25-Sep-16 3:52
professionalMike Marynowski25-Sep-16 3:52 
GeneralRe: Thank you Microsoft Pin
Munchies_Matt25-Sep-16 5:34
Munchies_Matt25-Sep-16 5:34 
GeneralRe: Thank you Microsoft Pin
Sander Rossel24-Sep-16 23:25
professionalSander Rossel24-Sep-16 23:25 
GeneralRe: Thank you Microsoft Pin
Mike Marynowski25-Sep-16 3:58
professionalMike Marynowski25-Sep-16 3:58 
GeneralRe: Thank you Microsoft Pin
Herbie Mountjoy26-Sep-16 6:01
professionalHerbie Mountjoy26-Sep-16 6:01 
GeneralRe: Thank you Microsoft Pin
Mike Marynowski26-Sep-16 8:13
professionalMike Marynowski26-Sep-16 8:13 
GeneralRe: Thank you Microsoft Pin
Herbie Mountjoy30-Sep-16 0:46
professionalHerbie Mountjoy30-Sep-16 0:46 
Generalcontract to hire... Pin
Jeremy Falcon24-Sep-16 7:57
professionalJeremy Falcon24-Sep-16 7:57 
GeneralRe: contract to hire... Pin
NotPolitcallyCorrect24-Sep-16 8:03
NotPolitcallyCorrect24-Sep-16 8:03 
GeneralRe: contract to hire... Pin
Jeremy Falcon24-Sep-16 8:53
professionalJeremy Falcon24-Sep-16 8:53 
GeneralRe: contract to hire... Pin
NotPolitcallyCorrect24-Sep-16 9:11
NotPolitcallyCorrect24-Sep-16 9:11 
GeneralRe: contract to hire... Pin
Jeremy Falcon24-Sep-16 9:29
professionalJeremy Falcon24-Sep-16 9:29 
GeneralRe: contract to hire... Pin
NotPolitcallyCorrect24-Sep-16 9:38
NotPolitcallyCorrect24-Sep-16 9:38 
GeneralRe: contract to hire... Pin
Jeremy Falcon24-Sep-16 9:40
professionalJeremy Falcon24-Sep-16 9:40 
GeneralRe: contract to hire... Pin
Joe Woodbury24-Sep-16 8:31
professionalJoe Woodbury24-Sep-16 8:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.