Skip to main content
deleted 2 characters in body
Source Link
Malachi
  • 29.1k
  • 11
  • 87
  • 188

I had to write some code for an interview, to print out the name attribute of each node. I started off going in the wrong direction, so I didn't get to finish. I wanted to finish writing the code, so I created my a console app similar to what they had a button event doing. Please let me know what you think of the code and what I can do better.

I had to write some code for an interview, to print out the name attribute of each node. I started off going in the wrong direction, so I didn't get to finish. I wanted to finish writing the code, so I created my a console app similar to what they had a button event doing. Please let me know what you think of the code and what I can do better.

I had to write some code for an interview, to print out the name attribute of each node. I started off going in the wrong direction, so I didn't get to finish. I wanted to finish writing the code, so I created my console app similar to what they had a button event doing. Please let me know what you think of the code and what I can do better.

added 110 characters in body
Source Link
Malachi
  • 29.1k
  • 11
  • 87
  • 188

#The Results: Output of xml is XML is xml is XML

#The Results: Output of xml is XML is xml is XML

Tweeted twitter.com/StackCodeReview/status/920122374607065088
deleted 70 characters in body; edited tags
Source Link
200_success
  • 145.7k
  • 22
  • 191
  • 481

I had to write some code for an interview, to print out the name attribute of each node. I started off going in the wrong direction, so I didn't get to finish. tl;dr I wanted to finish writing the code, so I created my a console app similar to what they had a button event doing. please Please let me know what you think of the code and what I can do better.

This code just prints out the name attribute of each node, as per the requirements of the assignment.

I had to write some code for an interview, I started off going in the wrong direction, so I didn't get to finish. tl;dr I wanted to finish writing the code, so I created my a console app similar to what they had a button event doing. please let me know what you think of the code and what I can do better.

This code just prints out the name attribute of each node, as per the requirements of the assignment.

I had to write some code for an interview, to print out the name attribute of each node. I started off going in the wrong direction, so I didn't get to finish. I wanted to finish writing the code, so I created my a console app similar to what they had a button event doing. Please let me know what you think of the code and what I can do better.

deleted 60 characters in body
Source Link
Malachi
  • 29.1k
  • 11
  • 87
  • 188
Loading
Source Link
Malachi
  • 29.1k
  • 11
  • 87
  • 188
Loading