undefined

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

undefined,

except it’s not, because Voyager is React and comes with all the baggage that using React brings.

Native clients all the way.

Other dev won't follow best practices, is this common?

Hello again, I’m in a situation where the one the senior devs on my team just isn’t following best practices we laid out in our internal documentation, nor the generally agreed best practices for react; his code works mind you, but as a a team working on a client piece I’m not super comfortable with something so fragile...

undefined,

I’ve been dealing with similar things over the last few months.

Went through an org restructure, joined a different team and our tech lead was relatively new to the company but has 20yrs experience, sounded good!

Wrong.

Poor communication skills, endless pointless wrappers over everything and even simple things are wildly over-engineered with zero documentation, poor naming and zero tests to verify his homebrew solutions actually work or not.

We go live in 2 months for a nation-wide release. Send help.

undefined,

the pointless and poorly named kind.

Here’s one example of many:


<span style="color:#323232;">class Group extends StatelessWidget {
</span><span style="color:#323232;">  final CrossAxisAlignment crossAxisAlignment;
</span><span style="color:#323232;">  final List children;
</span><span style="color:#323232;">
</span><span style="color:#323232;">  const Group({
</span><span style="color:#323232;">    super.key,
</span><span style="color:#323232;">    this.crossAxisAlignment = CrossAxisAlignment.stretch,
</span><span style="color:#323232;">    required this.children,
</span><span style="color:#323232;">  });
</span><span style="color:#323232;">
</span><span style="color:#323232;">  @override
</span><span style="color:#323232;">  Widget build(BuildContext context) => Column(
</span><span style="color:#323232;">        mainAxisSize: MainAxisSize.min,
</span><span style="color:#323232;">        crossAxisAlignment: crossAxisAlignment,
</span><span style="color:#323232;">        children: children,
</span><span style="color:#323232;">      );
</span><span style="color:#323232;">}
</span>

For those unfamiliar with Flutter, Column is your go-to out of the box widget that’s already flexible and simple enough to implement and customize. Group exists purely to set a cross axis alignment value, and by name provides no indication as to what it does or how it lays out its children.

All that just to save one line to override the default cross axis alignment…

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines